overte
overte copied to clipboard
Provide a setting to work around RGB <-> sRGB framebuffer conversion bug?
Some driver versions fail to properly do automatic sRGB framebuffer conversions, leading to a darker image (often only in VR). Can we detect that this is failing and fallback to manual conversion like we do on Android? Or provide a graphics setting so people can manually toggle it?
finally found where we do this for android: https://github.com/overte-org/overte/blob/493c9c944181e1f7660970cc9cbe6e92334d1649/libraries/display-plugins/src/display-plugins/Basic2DWindowOpenGLDisplayPlugin.cpp#L115
we should provide an advanced graphics setting to manually toggle this