List of usage examples for org.lwjgl.opengl KHRDebug glGetObjectPtrLabel
public static void glGetObjectPtrLabel(@NativeType("void *") long ptr, @Nullable @NativeType("GLsizei *") int[] length, @NativeType("GLchar *") ByteBuffer label)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glGetObjectPtrLabel(PointerWrapper a, IntBuffer b, ByteBuffer c) { if (GLContext.getCapabilities().GL_KHR_debug) KHRDebug.glGetObjectPtrLabel(a, b, c); }