Class GLARBDrawIndirect
java.lang.Object
overrungl.opengl.arb.GLARBDrawIndirect
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final MethodHandle
static final MethodHandle
final MemorySegment
final MemorySegment
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
DrawArraysIndirect
(int mode, MemorySegment indirect) void
DrawElementsIndirect
(int mode, int type, MemorySegment indirect)
-
Field Details
-
GL_DRAW_INDIRECT_BUFFER
public static final int GL_DRAW_INDIRECT_BUFFER- See Also:
-
GL_DRAW_INDIRECT_BUFFER_BINDING
public static final int GL_DRAW_INDIRECT_BUFFER_BINDING- See Also:
-
MH_glDrawArraysIndirect
-
PFN_glDrawArraysIndirect
-
MH_glDrawElementsIndirect
-
PFN_glDrawElementsIndirect
-
-
Constructor Details
-
GLARBDrawIndirect
-
-
Method Details
-
DrawArraysIndirect
public void DrawArraysIndirect(@CType("GLenum") int mode, @CType("const void *") MemorySegment indirect) -
DrawElementsIndirect
public void DrawElementsIndirect(@CType("GLenum") int mode, @CType("GLenum") int type, @CType("const void *") MemorySegment indirect)
-