50d0b14689
Currently this API is hidden. Add a test program.
7 lines
206 B
Java
7 lines
206 B
Java
// C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
|
|
// GLchar * infoLog);
|
|
|
|
public static native String glGetProgramInfoLog(
|
|
int program
|
|
);
|