replicant-frameworks_native/opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.java

5 lines
184 B
Java
Raw Normal View History

// C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
public static native void glDrawElementsIndirect(int mode, int type, long indirect);