Re: Proper gamma-aware rendering
Posted by
elect on
Dec 19, 2014; 9:03am
URL: https://forum.jogamp.org/Proper-gamma-aware-rendering-tp4030515p4033785.html
I think it should be definitely determined at the creation of the opengl context.
As it is written
here,
For the default framebuffer, color encoding is determined by the implementation.
For example for GLWF3, there is the GLFW_SRGB_CAPABLE property
So does jogl offers the SRGB option?