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
type Handle
Raw context handle.
Required Methods
unsafe fn raw_handle(&self) -> Self::Handle
Returns the raw context handle.