Skip to content
New issue

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

[gles] surface from canvas supports only srgb #3059

Closed
Wumpf opened this issue Oct 4, 2022 · 2 comments · Fixed by #3070
Closed

[gles] surface from canvas supports only srgb #3059

Wumpf opened this issue Oct 4, 2022 · 2 comments · Fixed by #3070

Comments

@Wumpf
Copy link
Member

Wumpf commented Oct 4, 2022

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

@Wumpf
Copy link
Member Author

Wumpf commented Oct 4, 2022

@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

@Wumpf
Copy link
Member Author

Wumpf commented Oct 4, 2022

related to #1925

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant