public final class APPLEElementArray
extends java.lang.Object
Modifier and Type | Field and 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:
|
Modifier and Type | Method and 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(java.nio.ByteBuffer pointer) |
static void |
glElementPointerAPPLE(java.nio.IntBuffer pointer) |
static void |
glElementPointerAPPLE(java.nio.ShortBuffer pointer) |
static void |
glMultiDrawElementArrayAPPLE(int mode,
java.nio.IntBuffer first,
java.nio.IntBuffer count) |
static void |
glMultiDrawRangeElementArrayAPPLE(int mode,
int start,
int end,
java.nio.IntBuffer first,
java.nio.IntBuffer count) |
public static final int GL_ELEMENT_ARRAY_APPLE
public static final int GL_ELEMENT_ARRAY_TYPE_APPLE
public static final int GL_ELEMENT_ARRAY_POINTER_APPLE
public static void glElementPointerAPPLE(java.nio.ByteBuffer pointer)
public static void glElementPointerAPPLE(java.nio.IntBuffer pointer)
public static void glElementPointerAPPLE(java.nio.ShortBuffer pointer)
public static void glDrawElementArrayAPPLE(int mode, int first, int count)
public static void glDrawRangeElementArrayAPPLE(int mode, int start, int end, int first, int count)
public static void glMultiDrawElementArrayAPPLE(int mode, java.nio.IntBuffer first, java.nio.IntBuffer count)
public static void glMultiDrawRangeElementArrayAPPLE(int mode, int start, int end, java.nio.IntBuffer first, java.nio.IntBuffer count)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.