Package org.lwjgl.opengl
Class ARBInstancedArrays
- java.lang.Object
-
- org.lwjgl.opengl.ARBInstancedArrays
-
public final class ARBInstancedArrays extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
Accepted by the <pname> parameters of GetVertexAttribdv, GetVertexAttribfv, and GetVertexAttribiv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glVertexAttribDivisorARB(int index, int divisor)
-
-
-
Field Detail
-
GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
public static final int GL_VERTEX_ATTRIB_ARRAY_DIVISOR_ARB
Accepted by the <pname> parameters of GetVertexAttribdv, GetVertexAttribfv, and GetVertexAttribiv:- See Also:
- Constant Field Values
-
-