public class ANGLE_instanced_arrays
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE |
| Constructor and Description |
|---|
ANGLE_instanced_arrays() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawArraysInstancedANGLE(int mode,
int first,
int count,
int primcount) |
void |
drawElementsInstancedANGLE(int mode,
int count,
int type,
double offset,
int primcount) |
void |
vertexAttribDivisorANGLE(int index,
int divisor) |
public void drawArraysInstancedANGLE(int mode,
int first,
int count,
int primcount)
public void drawElementsInstancedANGLE(int mode,
int count,
int type,
double offset,
int primcount)
public void vertexAttribDivisorANGLE(int index,
int divisor)