[][src]Function gles30::global_commands::glObjectLabelKHR

pub unsafe fn glObjectLabelKHR(
    identifier: GLenum,
    name: GLuint,
    length: GLsizei,
    label: *const GLchar
)
This is supported on crate feature GL_KHR_debug only.

glObjectLabelKHR(identifier, name, length, label)

  • identifier group: ObjectIdentifier
  • alias of: [glObjectLabel]