5 lines
177 B
Java
5 lines
177 B
Java
|
// C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
|
||
|
|
||
|
public static native void glObjectPtrLabelKHR(long ptr, String label);
|
||
|
|