org.lwjgl.opengl
Class ARBTransposeMatrix
java.lang.Object
org.lwjgl.opengl.ARBTransposeMatrix
public final class ARBTransposeMatrix
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
glLoadTransposeMatrixARB
public static void glLoadTransposeMatrixARB(java.nio.FloatBuffer pfMtx)
glMultTransposeMatrixARB
public static void glMultTransposeMatrixARB(java.nio.FloatBuffer pfMtx)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.