You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
(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.
The text was updated successfully, but these errors were encountered: