summaryrefslogtreecommitdiffstats
path: root/opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java
blob: da0a1fd68e12a11adea561af522c0dd81609300a (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
    );