diff options
Diffstat (limited to 'src/mesa/main/texobj.c')
-rw-r--r-- | src/mesa/main/texobj.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c index 81833a3fa6..a5a8b373a2 100644 --- a/src/mesa/main/texobj.c +++ b/src/mesa/main/texobj.c @@ -307,6 +307,10 @@ _mesa_test_texobj_completeness( const GLcontext *ctx, } } } + else if (t->Dimensions == 6) { /* cube map */ + + + } else { /* Dimensions = ??? */ gl_problem(NULL, "Bug in gl_test_texture_object_completeness\n"); |