pub fn get_gl_context_info_khr(
    properties: &ContextProperties,
    request: GlContextInfo
) -> Result<GlContextInfoResult>
Expand description

Used to query current or available devices associated with an existing OpenGL context/sharegroup.

properties must identify a single valid GL context or GL share group object and a valid platform.