Class GLAPPLEVertexProgramEvaluators

java.lang.Object
overrungl.opengl.ext.apple.GLAPPLEVertexProgramEvaluators

public final class GLAPPLEVertexProgramEvaluators extends Object
GLAPPLEVertexProgramEvaluators relies on preview features of the Java platform:
Programs can only use GLAPPLEVertexProgramEvaluators when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_APPLE_vertex_program_evaluators
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLAPPLEVertexProgramEvaluators

      public GLAPPLEVertexProgramEvaluators()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glDisableVertexAttribAPPLE

      public static void glDisableVertexAttribAPPLE(int index, int pname)
    • glEnableVertexAttribAPPLE

      public static void glEnableVertexAttribAPPLE(int index, int pname)
    • glIsVertexAttribEnabledAPPLE

      public static boolean glIsVertexAttribEnabledAPPLE(int index, int pname)
    • glMapVertexAttrib1dAPPLE

      public static void glMapVertexAttrib1dAPPLE(int index, int size, double u1, double u2, int stride, int order, MemorySegmentPREVIEW points)
    • glMapVertexAttrib1dAPPLE

      public static void glMapVertexAttrib1dAPPLE(SegmentAllocatorPREVIEW allocator, int index, int size, double u1, double u2, int stride, int order, double[] points)
    • glMapVertexAttrib1fAPPLE

      public static void glMapVertexAttrib1fAPPLE(int index, int size, float u1, float u2, int stride, int order, MemorySegmentPREVIEW points)
    • glMapVertexAttrib1fAPPLE

      public static void glMapVertexAttrib1fAPPLE(SegmentAllocatorPREVIEW allocator, int index, int size, float u1, float u2, int stride, int order, float[] points)
    • glMapVertexAttrib2dAPPLE

      public static void glMapVertexAttrib2dAPPLE(int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, MemorySegmentPREVIEW points)
    • glMapVertexAttrib2dAPPLE

      public static void glMapVertexAttrib2dAPPLE(SegmentAllocatorPREVIEW allocator, int index, int size, double u1, double u2, int ustride, int uorder, double v1, double v2, int vstride, int vorder, double[] points)
    • glMapVertexAttrib2fAPPLE

      public static void glMapVertexAttrib2fAPPLE(int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, MemorySegmentPREVIEW points)
    • glMapVertexAttrib2fAPPLE

      public static void glMapVertexAttrib2fAPPLE(SegmentAllocatorPREVIEW allocator, int index, int size, float u1, float u2, int ustride, int uorder, float v1, float v2, int vstride, int vorder, float[] points)