Class GLARBTransposeMatrix

java.lang.Object
overrungl.opengl.ext.arb.GLARBTransposeMatrix

public final class GLARBTransposeMatrix extends Object
GLARBTransposeMatrix relies on preview features of the Java platform:
  • GLARBTransposeMatrix refers to one or more preview APIs: MemorySegment.
Programs can only use GLARBTransposeMatrix when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_transpose_matrix
  • Field Details

    • GL_TRANSPOSE_PROJECTION_MATRIX_ARB

      public static final int GL_TRANSPOSE_PROJECTION_MATRIX_ARB
      See Also:
    • GL_TRANSPOSE_COLOR_MATRIX_ARB

      public static final int GL_TRANSPOSE_COLOR_MATRIX_ARB
      See Also:
    • GL_TRANSPOSE_TEXTURE_MATRIX_ARB

      public static final int GL_TRANSPOSE_TEXTURE_MATRIX_ARB
      See Also:
    • GL_TRANSPOSE_MODELVIEW_MATRIX_ARB

      public static final int GL_TRANSPOSE_MODELVIEW_MATRIX_ARB
      See Also:
  • Constructor Details

    • GLARBTransposeMatrix

      public GLARBTransposeMatrix()
  • Method Details