blob: 5f7b41b38bb9d0c39ae6a151700d9f158a98e0d9 [file] [log] [blame]
// C function GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings )
public static native int glCreateShaderProgramv(
int type,
String[] strings
);