Package org.lwjgl.opengl
Class APPLEElementArray
- java.lang.Object
-
- org.lwjgl.opengl.APPLEElementArray
-
public final class APPLEElementArray extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_ELEMENT_ARRAY_APPLE
Accepted by the <array> parameter of EnableClientState and DisableClientState and the <value> parameter of IsEnabled:static int
GL_ELEMENT_ARRAY_POINTER_APPLE
Accepted by the <pname> parameter of GetPointerv:static int
GL_ELEMENT_ARRAY_TYPE_APPLE
Accepted by the <value> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glDrawElementArrayAPPLE(int mode, int first, int count)
static void
glDrawRangeElementArrayAPPLE(int mode, int start, int end, int first, int count)
static void
glElementPointerAPPLE(ByteBuffer pointer)
static void
glElementPointerAPPLE(IntBuffer pointer)
static void
glElementPointerAPPLE(ShortBuffer pointer)
static void
glMultiDrawElementArrayAPPLE(int mode, IntBuffer first, IntBuffer count)
static void
glMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, IntBuffer first, IntBuffer count)
-
-
-
Field Detail
-
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:
- Constant Field Values
-
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:
- Constant Field Values
-
GL_ELEMENT_ARRAY_POINTER_APPLE
public static final int GL_ELEMENT_ARRAY_POINTER_APPLE
Accepted by the <pname> parameter of GetPointerv:- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-