[][src]Function gles30::global_commands::glPushDebugGroupKHR

pub unsafe fn glPushDebugGroupKHR(
    source: GLenum,
    id: GLuint,
    length: GLsizei,
    message: *const GLchar
)
This is supported on crate feature GL_KHR_debug only.

glPushDebugGroupKHR(source, id, length, message)

  • source group: DebugSource
  • alias of: [glPushDebugGroup]