fn gl_get_string(
    string_id: c_uint,
    description: &str
) -> Result<Cow<'static, str>, Error>
Expand description

Wrapper around gl::GetString with error checking and reporting.