blob: 5f7b41b38bb9d0c39ae6a151700d9f158a98e0d9 (
plain)
1
2
3
4
5
6
7
|
// C function GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings )
public static native int glCreateShaderProgramv(
int type,
String[] strings
);
|