16f0392874
Bug: 15028495 Change-Id: I276d04f029d441e092428fad72f09ca15e1d233a
8 lines
214 B
Java
8 lines
214 B
Java
// C function GLuint glCreateShaderProgramv ( GLenum type, GLsizei count, const GLchar *const *strings )
|
|
|
|
public static native int glCreateShaderProgramv(
|
|
int type,
|
|
String[] strings
|
|
);
|
|
|