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