logo
pub unsafe fn glDebugMessageInsert(
    source: u32,
    type_: u32,
    id: u32,
    severity: u32,
    length: i32,
    buf: *const i8
)
Expand description

glDebugMessageInsert(source, type_, id, severity, length, buf) source group: DebugSource type_ group: DebugType severity group: DebugSeverity buf len: COMPSIZE(buf,length)