Package org.lwjgl.opengl
Class EXTDrawInstanced
- java.lang.Object
-
- org.lwjgl.opengl.EXTDrawInstanced
-
public class EXTDrawInstanced extends java.lang.Object
Native bindings to the EXT_draw_instanced extension.This extension provides the means to render multiple instances of an object with a single draw call, and an "instance ID" variable which can be used by the vertex program to compute per-instance values, typically an object's transform.
Requires
OpenGL 2.0
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
glDrawArraysInstancedEXT(int mode, int start, int count, int primcount)
static void
glDrawElementsInstancedEXT(int mode, int count, int type, java.nio.ByteBuffer indices, int primcount)
-