mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Added gluErrorString
This commit is contained in:
parent
eeb01b8da5
commit
09e51d6bed
3 changed files with 41 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue