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
Description Surfaces created from a canvas in gles only support RGBA8srgb. Would expect non-srgb to work as well
Haven't checked how prevalent this is, might happen in other configurations as well and just be a property of the gles backend.
Platform gles / wasm / browser
The text was updated successfully, but these errors were encountered:
@cwfitzgerald mentioned that srgb is actually emulated for this target, so shouldn't be too hard to disable the emulation if a user selects RGBA8
Sorry, something went wrong.
related to #1925
Successfully merging a pull request may close this issue.
Description
Surfaces created from a canvas in gles only support RGBA8srgb. Would expect non-srgb to work as well
Haven't checked how prevalent this is, might happen in other configurations as well and just be a property of the gles backend.
Platform
gles / wasm / browser
The text was updated successfully, but these errors were encountered: