We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by slimsag Monday Dec 01, 2014 at 23:26 GMT Originally opened as azul3d-legacy/gfx#56
We need to add a field to the GPUInfo structure to signify whether or not support for BorderColor exists.
GPUInfo
BorderColor
A good fallback mode for BorderColor would just be Clamp in the event that they user still requests it and there is no support.
Clamp
This probably effects WebGL too (as it's based so closely on OpenGL ES 2).
The text was updated successfully, but these errors were encountered:
Fixed/merged as part of #1
Sorry, something went wrong.
No branches or pull requests
Issue by slimsag
Monday Dec 01, 2014 at 23:26 GMT
Originally opened as azul3d-legacy/gfx#56
We need to add a field to the
GPUInfo
structure to signify whether or not support forBorderColor
exists.A good fallback mode for
BorderColor
would just beClamp
in the event that they user still requests it and there is no support.This probably effects WebGL too (as it's based so closely on OpenGL ES 2).
The text was updated successfully, but these errors were encountered: