|
|
@@ -2483,9 +2483,13 @@ namespace bgfx { namespace gl
|
|
|
GL_CHECK(glBindFramebuffer(GL_FRAMEBUFFER, m_msaaBackBufferFbo) );
|
|
|
|
|
|
if (0 != (m_resolution.m_flags & BGFX_RESET_SRGB_BACKBUFFER))
|
|
|
+ {
|
|
|
GL_CHECK(glEnable(GL_FRAMEBUFFER_SRGB));
|
|
|
+ }
|
|
|
else
|
|
|
+ {
|
|
|
GL_CHECK(glDisable(GL_FRAMEBUFFER_SRGB));
|
|
|
+ }
|
|
|
}
|
|
|
else
|
|
|
{
|