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 intGL_TRANSPOSE_COLOR_MATRIX_ARBstatic intGL_TRANSPOSE_MODELVIEW_MATRIX_ARBstatic intGL_TRANSPOSE_PROJECTION_MATRIX_ARBstatic intGL_TRANSPOSE_TEXTURE_MATRIX_ARB
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidglLoadTransposeMatrixARB(java.nio.FloatBuffer pfMtx)static voidglMultTransposeMatrixARB(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
-
-