Package org.lwjgl.opengl
Class APPLEElementArray
java.lang.Object
org.lwjgl.opengl.APPLEElementArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <array> parameter of EnableClientState and DisableClientState and the <value> parameter of IsEnabled:static final intAccepted by the <pname> parameter of GetPointerv:static final intAccepted by the <value> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglDrawElementArrayAPPLE(int mode, int first, int count) static voidglDrawRangeElementArrayAPPLE(int mode, int start, int end, int first, int count) static voidglElementPointerAPPLE(ByteBuffer pointer) static voidglElementPointerAPPLE(IntBuffer pointer) static voidglElementPointerAPPLE(ShortBuffer pointer) static voidglMultiDrawElementArrayAPPLE(int mode, IntBuffer first, IntBuffer count) static voidglMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, IntBuffer first, IntBuffer count)
-
Field Details
-
GL_ELEMENT_ARRAY_APPLE
public static final int GL_ELEMENT_ARRAY_APPLEAccepted 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_APPLEAccepted 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_APPLEAccepted by the <pname> parameter of GetPointerv:- See Also:
-
-
Method Details
-
glElementPointerAPPLE
-
glElementPointerAPPLE
-
glElementPointerAPPLE
-
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
-
glMultiDrawRangeElementArrayAPPLE
-