public final class ATIElementArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_ELEMENT_ARRAY_ATI |
static int |
GL_ELEMENT_ARRAY_POINTER_ATI |
static int |
GL_ELEMENT_ARRAY_TYPE_ATI |
Modifier and Type | Method and Description |
---|---|
static void |
glDrawElementArrayATI(int mode,
int count) |
static void |
glDrawRangeElementArrayATI(int mode,
int start,
int end,
int count) |
static void |
glElementPointerATI(java.nio.ByteBuffer pPointer) |
static void |
glElementPointerATI(java.nio.IntBuffer pPointer) |
static void |
glElementPointerATI(java.nio.ShortBuffer pPointer) |
public static final int GL_ELEMENT_ARRAY_ATI
public static final int GL_ELEMENT_ARRAY_TYPE_ATI
public static final int GL_ELEMENT_ARRAY_POINTER_ATI
public static void glElementPointerATI(java.nio.ByteBuffer pPointer)
public static void glElementPointerATI(java.nio.IntBuffer pPointer)
public static void glElementPointerATI(java.nio.ShortBuffer pPointer)
public static void glDrawElementArrayATI(int mode, int count)
public static void glDrawRangeElementArrayATI(int mode, int start, int end, int count)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.