frameworks/native/opengl/tools/glgen/stubs/gles11/glObjectPtrLabel.java

5 lines
171 B
Java
Raw Normal View History

2025-08-25 08:17:13 +08:00
// C function void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label )
public static native void glObjectPtrLabel(long ptr, String label);