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

    public static native String glGetShaderInfoLog(
        int shader
    );