Function alacritty::renderer::gl_get_string

source ยท
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.