Bug 1136414: Removed SRGB8_EXT from list of color renderable formats. r=jgilbert

This commit is contained in:
Kyle 2015-08-05 11:36:05 -04:00
parent f2a587c8b5
commit c08fd1084c

View File

@ -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);