diff options
Diffstat (limited to 'opengl/tools/glgen/stubs/gles11/glShaderSource.java')
-rw-r--r-- | opengl/tools/glgen/stubs/gles11/glShaderSource.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/glShaderSource.java b/opengl/tools/glgen/stubs/gles11/glShaderSource.java new file mode 100644 index 0000000..a9c338a --- /dev/null +++ b/opengl/tools/glgen/stubs/gles11/glShaderSource.java @@ -0,0 +1,6 @@ + // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length ) + + public static native void glShaderSource( + int shader, + String string + ); |