Function check_errors

Source
pub fn check_errors() -> Result<(), Vec<String>>
Expand description

Check for OpenGL errors; return Ok if there are none, else all of the errors as strings in a Vec