more work on GL_ARB_texture_cube_map

This commit is contained in:
Brian Paul
2000-05-26 14:44:59 +00:00
parent 2c3a620133
commit 413d6a21f8
5 changed files with 32 additions and 16 deletions

View File

@@ -306,6 +306,10 @@ _mesa_test_texobj_completeness( const GLcontext *ctx,
return; /* found smallest needed mipmap, all done! */
}
}
}
else if (t->Dimensions == 6) { /* cube map */
}
else {
/* Dimensions = ??? */