mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-03 19:55:56 +00:00
Disable GL_FRAMEBUFFER_SRGB
This commit is contained in:
parent
64ffca228b
commit
3f4a7546c2
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user