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