Commit 2b6a8da1 by Nicolas Capens

Treat unsized RGBA/RGB textures as renderable.

Bug 29770672 Change-Id: I11472a3a1aa5a6e0cd28a846cd182350abd0da89 Reviewed-on: https://swiftshader-review.googlesource.com/5720Tested-by: 's avatarNicolas Capens <capn@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent b34591a8
......@@ -102,6 +102,8 @@ namespace es1
{
switch(internalformat)
{
case GL_RGB:
case GL_RGBA:
case GL_RGBA4_OES:
case GL_RGB5_A1_OES:
case GL_RGB565_OES:
......
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