commit | f7be67f8e9b497e47a1740a27a85886482613679 | [log] [tgz] |
---|---|---|
author | Alexis Hetu <sugoi@google.com> | Wed Feb 11 16:11:07 2015 -0500 |
committer | Alexis Hétu <sugoi@google.com> | Fri Feb 20 20:54:44 2015 +0000 |
tree | 0cc02ac6ac67b90c5983314f1d5c2282a5b23a67 | |
parent | a5fbca03d499b3653aabc962613bcee0da890600 [diff] [blame] |
Texture3D copy to level Bug 19126833 Change-Id: I6da0f1a3d09ab8f510f6f5b2600d911095e02a43 Reviewed-on: https://swiftshader-review.googlesource.com/2200 Tested-by: Alexis Hétu <sugoi@google.com> Reviewed-by: Nicolas Capens <capn@google.com>
diff --git a/src/OpenGL/libGLESv2/libGLESv2.cpp b/src/OpenGL/libGLESv2/libGLESv2.cpp index abd0280..9cb3f10 100644 --- a/src/OpenGL/libGLESv2/libGLESv2.cpp +++ b/src/OpenGL/libGLESv2/libGLESv2.cpp
@@ -4340,8 +4340,8 @@ texture = context->getTextureCubeMap(); break; case GL_TEXTURE_EXTERNAL_OES: - texture = context->getTextureExternal(); - break; + texture = context->getTextureExternal(); + break; default: return error(GL_INVALID_ENUM); }