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

Support SRGB #84

Open
Manishearth opened this issue Nov 6, 2019 · 1 comment
Open

Support SRGB #84

Manishearth opened this issue Nov 6, 2019 · 1 comment
Labels

Comments

@Manishearth
Copy link
Member

(From #83)

The hololens currently requests DXGI_FORMAT_B8G8R8A8_UNORM_SRGB as its most preferred format (and internally converts to srgb if you don't provide it). We should support directly producing srgb textures.

@jdm
Copy link
Member

jdm commented Nov 6, 2019

Since the openxr textures need to be compatible with the textures produced by surfman, this may require us to use the EGL_KHR_gl_colorspace extension to create surfaces using EGL_GL_COLORSPACE_SRGB_KHR.

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

No branches or pull requests

2 participants