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
Родитель 1bcbb7e6e8
Коммит d9b56568b1
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

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