summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java
blob: 19504f2580c48bd7211131ecf25a52b4cc1b1236 (plain)
1
2
3
4
5
6
    // C function void glGetProgramInfoLog( GLuint program, GLsizei maxLength, GLsizei * length,
 	//     GLchar * infoLog);

    public static native String glGetProgramInfoLog(
        int program
    );