Package org.lwjgl.opengl
Class ARBTransposeMatrix
- java.lang.Object
-
- org.lwjgl.opengl.ARBTransposeMatrix
-
public final class ARBTransposeMatrix extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_TRANSPOSE_COLOR_MATRIX_ARB
static int
GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
static int
GL_TRANSPOSE_PROJECTION_MATRIX_ARB
static int
GL_TRANSPOSE_TEXTURE_MATRIX_ARB
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glLoadTransposeMatrixARB(java.nio.FloatBuffer pfMtx)
static void
glMultTransposeMatrixARB(java.nio.FloatBuffer pfMtx)
-
-
-
Field Detail
-
GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
- See Also:
- Constant Field Values
-
GL_TRANSPOSE_PROJECTION_MATRIX_ARB
public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB
- See Also:
- Constant Field Values
-
GL_TRANSPOSE_TEXTURE_MATRIX_ARB
public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB
- See Also:
- Constant Field Values
-
GL_TRANSPOSE_COLOR_MATRIX_ARB
public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB
- See Also:
- Constant Field Values
-
-