replicant-frameworks_native/opengl/tools/glgen/stubs/gles11/glObjectPtrLabelKHR.java

5 lines
177 B
Java
Raw Normal View History

// C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
public static native void glObjectPtrLabelKHR(long ptr, String label);