[][src]Function gles30::global_commands::glGetObjectPtrLabelKHR

pub unsafe fn glGetObjectPtrLabelKHR(
    ptr: *const c_void,
    bufSize: GLsizei,
    length: *mut GLsizei,
    label: *mut GLchar
)
This is supported on crate feature GL_KHR_debug only.

glGetObjectPtrLabelKHR(ptr, bufSize, length, label)

  • length len: 1
  • label len: bufSize
  • alias of: [glGetObjectPtrLabel]