org.lwjgl.opengl
Class ARBDrawIndirect

java.lang.Object
  extended by org.lwjgl.opengl.ARBDrawIndirect

public final class ARBDrawIndirect
extends java.lang.Object


Field Summary
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:
 
Method Summary
static void glDrawArraysIndirect(int mode, java.nio.IntBuffer indirect)
           
static void glDrawElementsIndirect(int mode, int type, java.nio.IntBuffer indirect)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_DRAW_INDIRECT_BUFFER

public static final 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:

See Also:
Constant Field Values

GL_DRAW_INDIRECT_BUFFER_BINDING

public static final int GL_DRAW_INDIRECT_BUFFER_BINDING
Accepted by the <value> parameter of GetIntegerv, GetBooleanv, GetFloatv, and GetDoublev:

See Also:
Constant Field Values
Method Detail

glDrawArraysIndirect

public static void glDrawArraysIndirect(int mode,
                                        java.nio.IntBuffer indirect)

glDrawElementsIndirect

public static void glDrawElementsIndirect(int mode,
                                          int type,
                                          java.nio.IntBuffer indirect)


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.