Package org.lwjgl.opengl
Class ATIElementArray
java.lang.Object
org.lwjgl.opengl.ATIElementArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDrawElementArrayATI
(int mode, int count) static void
glDrawRangeElementArrayATI
(int mode, int start, int end, int count) static void
glElementPointerATI
(ByteBuffer pPointer) static void
glElementPointerATI
(IntBuffer pPointer) static void
glElementPointerATI
(ShortBuffer pPointer)
-
Field Details
-
GL_ELEMENT_ARRAY_ATI
public static final int GL_ELEMENT_ARRAY_ATI- See Also:
-
GL_ELEMENT_ARRAY_TYPE_ATI
public static final int GL_ELEMENT_ARRAY_TYPE_ATI- See Also:
-
GL_ELEMENT_ARRAY_POINTER_ATI
public static final int GL_ELEMENT_ARRAY_POINTER_ATI- See Also:
-
-
Method Details
-
glElementPointerATI
-
glElementPointerATI
-
glElementPointerATI
-
glDrawElementArrayATI
public static void glDrawElementArrayATI(int mode, int count) -
glDrawRangeElementArrayATI
public static void glDrawRangeElementArrayATI(int mode, int start, int end, int count)
-