mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1136414: Removed SRGB8_EXT from list of color renderable formats. r=jgilbert
This commit is contained in:
parent
f2a587c8b5
commit
c08fd1084c
@ -268,7 +268,6 @@ WebGLContext::IsFormatValidForFB(GLenum sizedFormat) const
|
||||
case LOCAL_GL_RGBA4:
|
||||
return true;
|
||||
|
||||
case LOCAL_GL_SRGB8:
|
||||
case LOCAL_GL_SRGB8_ALPHA8_EXT:
|
||||
return IsExtensionEnabled(WebGLExtensionID::EXT_sRGB);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user