diff --git a/src/dawn/native/opengl/BackendGL.cpp b/src/dawn/native/opengl/BackendGL.cpp index ed8f15b675..af54387eef 100644 --- a/src/dawn/native/opengl/BackendGL.cpp +++ b/src/dawn/native/opengl/BackendGL.cpp @@ -182,7 +182,7 @@ namespace dawn::native::opengl { // These are not necessary on GLES. The functionality is enabled by default, and // works by specifying sample counts and SRGB textures, respectively. mFunctions.Enable(GL_MULTISAMPLE); - mFunctions.Enable(GL_FRAMEBUFFER_SRGB); + // mFunctions.Enable(GL_FRAMEBUFFER_SRGB); } mFunctions.Enable(GL_SAMPLE_MASK);