summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glGetObjectLabel.java
blob: 23eb1bb08a5c5ad2cfe82831714131e6b99bb874 (plain)
1
2
3
4
    // C function void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )

    public static native String glGetObjectLabel(int identifier, int name);