Function rusty_gl::shaders::gl_get_shader_info_log[][src]

pub fn gl_get_shader_info_log(
    shader: GLShader,
    buffer_size: GLsizei,
    length: &mut GLsizei,
    info_log: &mut Vec<GLchar>
)