Class APPLEElementArray

java.lang.Object
org.lwjgl.opengl.APPLEElementArray

public final class APPLEElementArray extends Object
  • Field Details

    • GL_ELEMENT_ARRAY_APPLE

      public static final int GL_ELEMENT_ARRAY_APPLE
      Accepted by the <array> parameter of EnableClientState and DisableClientState and the <value> parameter of IsEnabled:
      See Also:
    • GL_ELEMENT_ARRAY_TYPE_APPLE

      public static final int GL_ELEMENT_ARRAY_TYPE_APPLE
      Accepted by the <value> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
      See Also:
    • GL_ELEMENT_ARRAY_POINTER_APPLE

      public static final int GL_ELEMENT_ARRAY_POINTER_APPLE
      Accepted by the <pname> parameter of GetPointerv:
      See Also:
  • Method Details

    • glElementPointerAPPLE

      public static void glElementPointerAPPLE(ByteBuffer pointer)
    • glElementPointerAPPLE

      public static void glElementPointerAPPLE(IntBuffer pointer)
    • glElementPointerAPPLE

      public static void glElementPointerAPPLE(ShortBuffer pointer)
    • glDrawElementArrayAPPLE

      public static void glDrawElementArrayAPPLE(int mode, int first, int count)
    • glDrawRangeElementArrayAPPLE

      public static void glDrawRangeElementArrayAPPLE(int mode, int start, int end, int first, int count)
    • glMultiDrawElementArrayAPPLE

      public static void glMultiDrawElementArrayAPPLE(int mode, IntBuffer first, IntBuffer count)
    • glMultiDrawRangeElementArrayAPPLE

      public static void glMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, IntBuffer first, IntBuffer count)