frameworks/native/opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.java

5 lines
184 B
Java
Raw Normal View History

2025-08-25 08:17:13 +08:00
// C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
public static native void glDrawElementsIndirect(int mode, int type, long indirect);