logo
pub unsafe fn glGetProgramInfoLog(
    program: u32,
    bufSize: i32,
    length: *mut i32,
    infoLog: *mut i8
)
Expand description

glGetProgramInfoLog(program, bufSize, length, infoLog) program class: program length len: 1 infoLog len: bufSize