Trait glutin::os::GlContextExt

source ·
pub trait GlContextExt {
    type Handle;

    // Required method
    unsafe fn raw_handle(&self) -> Self::Handle;
}
Expand description

Platform-specific extensions for OpenGL contexts.

Required Associated Types§

source

type Handle

Raw context handle.

Required Methods§

source

unsafe fn raw_handle(&self) -> Self::Handle

Returns the raw context handle.

Implementors§