Trait limn_core::prelude::glutin::os::GlContextExt []

pub trait GlContextExt {
    type Handle;
    unsafe fn raw_handle(&self) -> Self::Handle;
}

Platform-specific extensions for OpenGL contexts.

Associated Types

Raw context handle.

Required Methods

Returns the raw context handle.

Implementors