mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 15:04:41 +00:00
Ported OpenGL to Buffers
This commit is contained in:
parent
2305247ac1
commit
315375dee5
116 changed files with 9348 additions and 9020 deletions
|
|
@ -41,8 +41,8 @@ package org.lwjgl.opengl.arb;
|
|||
|
||||
public interface ARBTransposeMatrix
|
||||
{
|
||||
public static final int TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3;
|
||||
public static final int TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4;
|
||||
public static final int TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5;
|
||||
public static final int TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6;
|
||||
public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB = 0x84E3;
|
||||
public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB = 0x84E4;
|
||||
public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB = 0x84E5;
|
||||
public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB = 0x84E6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue