summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java')
-rw-r--r--opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java b/opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java
new file mode 100644
index 0000000..92862f3
--- /dev/null
+++ b/opengl/tools/glgen/stubs/gles11/glDispatchComputeIndirect.java
@@ -0,0 +1,4 @@
+ // C function void glDispatchComputeIndirect ( GLintptr indirect );
+
+ public static native void glDispatchComputeIndirect(long indirect);
+