summaryrefslogtreecommitdiff
path: root/opengl/tools/glgen/stubs/gles11/glGetObjectPtrLabel.java
blob: cdaa0f79ab50c96d99c693789c4e99248f3168d5 (plain)
1
2
3
4
    // C function void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label )

    public static native String glGetObjectPtrLabel(long ptr);