public final class ARBDrawIndirect
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_DRAW_INDIRECT_BUFFER
Accepted by the <target> parameters of BindBuffer, BufferData,
BufferSubData, MapBuffer, UnmapBuffer, GetBufferSubData,
GetBufferPointerv, MapBufferRange, FlushMappedBufferRange,
GetBufferParameteriv, BindBufferRange, BindBufferBase, and
CopyBufferSubData:
|
static int |
GL_DRAW_INDIRECT_BUFFER_BINDING
Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv,
and GetDoublev:
|
Modifier and Type | Method and Description |
---|---|
static void |
glDrawArraysIndirect(int mode,
java.nio.ByteBuffer indirect) |
static void |
glDrawArraysIndirect(int mode,
java.nio.IntBuffer indirect)
Overloads glDrawArraysIndirect.
|
static void |
glDrawArraysIndirect(int mode,
long indirect_buffer_offset) |
static void |
glDrawElementsIndirect(int mode,
int type,
java.nio.ByteBuffer indirect) |
static void |
glDrawElementsIndirect(int mode,
int type,
java.nio.IntBuffer indirect)
Overloads glDrawElementsIndirect.
|
static void |
glDrawElementsIndirect(int mode,
int type,
long indirect_buffer_offset) |
public static final int GL_DRAW_INDIRECT_BUFFER
public static final int GL_DRAW_INDIRECT_BUFFER_BINDING
public static void glDrawArraysIndirect(int mode, java.nio.ByteBuffer indirect)
public static void glDrawArraysIndirect(int mode, long indirect_buffer_offset)
public static void glDrawArraysIndirect(int mode, java.nio.IntBuffer indirect)
public static void glDrawElementsIndirect(int mode, int type, java.nio.ByteBuffer indirect)
public static void glDrawElementsIndirect(int mode, int type, long indirect_buffer_offset)
public static void glDrawElementsIndirect(int mode, int type, java.nio.IntBuffer indirect)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.