|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.ARBIndirectParameters
public final class ARBIndirectParameters
| Field Summary | |
|---|---|
static int |
GL_PARAMETER_BUFFER_ARB
Accepted by the <target> parameters of BindBuffer, BufferData, BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData, GetBufferPointerv, MapBufferRange, FlushMappedBufferRange, GetBufferParameteriv, and CopyBufferSubData: |
static int |
GL_PARAMETER_BUFFER_BINDING_ARB
Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv, and GetDoublev: |
| Method Summary | |
|---|---|
static void |
glMultiDrawArraysIndirectCountARB(int mode,
java.nio.ByteBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
|
static void |
glMultiDrawArraysIndirectCountARB(int mode,
java.nio.IntBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
Overloads glMultiDrawArraysIndirectCountARB. |
static void |
glMultiDrawArraysIndirectCountARB(int mode,
long indirect_buffer_offset,
long drawcount,
int maxdrawcount,
int stride)
|
static void |
glMultiDrawElementsIndirectCountARB(int mode,
int type,
java.nio.ByteBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
|
static void |
glMultiDrawElementsIndirectCountARB(int mode,
int type,
java.nio.IntBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
Overloads glMultiDrawElementsIndirectCountARB. |
static void |
glMultiDrawElementsIndirectCountARB(int mode,
int type,
long indirect_buffer_offset,
long drawcount,
int maxdrawcount,
int stride)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_PARAMETER_BUFFER_ARB
public static final int GL_PARAMETER_BUFFER_BINDING_ARB
| Method Detail |
|---|
public static void glMultiDrawArraysIndirectCountARB(int mode,
java.nio.ByteBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
public static void glMultiDrawArraysIndirectCountARB(int mode,
long indirect_buffer_offset,
long drawcount,
int maxdrawcount,
int stride)
public static void glMultiDrawArraysIndirectCountARB(int mode,
java.nio.IntBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
public static void glMultiDrawElementsIndirectCountARB(int mode,
int type,
java.nio.ByteBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
public static void glMultiDrawElementsIndirectCountARB(int mode,
int type,
long indirect_buffer_offset,
long drawcount,
int maxdrawcount,
int stride)
public static void glMultiDrawElementsIndirectCountARB(int mode,
int type,
java.nio.IntBuffer indirect,
long drawcount,
int maxdrawcount,
int stride)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||