Function gl::GetProgramInfoLog

source ·
pub unsafe fn GetProgramInfoLog(
    program: GLuint,
    bufSize: GLsizei,
    length: *mut GLsizei,
    infoLog: *mut GLchar
)