50d0b14689
Currently this API is hidden. Add a test program.
7 lines
212 B
Java
7 lines
212 B
Java
// C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
|
|
|
|
public static native void glShaderSource(
|
|
int shader,
|
|
String string
|
|
);
|