summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glDrawElementsIndirect.java
blob: 4a8d84d12050dae03ddaf38173cc96f93d97f9cc (plain)
1
2
3
4
    // C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );

    public static native void glDrawElementsIndirect(int mode, int type, long indirect);