Added gluErrorString

This commit is contained in:
Elias Naur 2004-03-21 08:13:07 +00:00
parent eeb01b8da5
commit 09e51d6bed
3 changed files with 41 additions and 1 deletions

View file

@ -49,6 +49,10 @@ import java.nio.ShortBuffer;
*/
public final class GL12 {
/* Error codes */
public static final int GL_TABLE_TOO_LARGE = 0x8031;
/* Enums */
public static final int GL_PACK_SKIP_IMAGES = 0x806B;
public static final int GL_PACK_IMAGE_HEIGHT = 0x806C;
public static final int GL_UNPACK_SKIP_IMAGES = 0x806D;