blob: a9c338ac25e636d06fa481c4e456f8d0ccb80680 [file] [log] [blame]
// C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
public static native void glShaderSource(
int shader,
String string
);