Commit cb302f92 by Alexis Hetu Committed by Alexis Hétu

Fixed more BGRA failures

BGRA8 was missing from the list of valid internal formats Change-Id: Id5c08267e04cefaf621edecb963d65a45d40e041 Reviewed-on: https://swiftshader-review.googlesource.com/16128Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 39631dd1
......@@ -896,6 +896,7 @@ namespace es2
case GL_RGB565:
case GL_RGB8:
case GL_RGBA8:
case GL_BGRA8_EXT: // GL_APPLE_texture_format_BGRA8888
case GL_R16F:
case GL_RG16F:
case GL_R11F_G11F_B10F:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment