Package org.lwjgl.opengl
Class ATIElementArray
java.lang.Object
org.lwjgl.opengl.ATIElementArray
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglDrawElementArrayATI(int mode, int count) static voidglDrawRangeElementArrayATI(int mode, int start, int end, int count) static voidglElementPointerATI(ByteBuffer pPointer) static voidglElementPointerATI(IntBuffer pPointer) static voidglElementPointerATI(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)
-