autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

Find alternative for using sRGB buffer for MaterialXView #1166

Closed bernardkwok closed 3 years ago

bernardkwok commented 3 years ago

MaterialXView relies on hardware support for sRGB buffer for output color transformation. On configurations which are using software support for OpenGL this may not be available. An alternative such as a shader based output transform is desired.

The shader based approach can be extended to unit tests using the OpenGL GLSL renderer.