pub trait AsRawContext {
    // Required method
    fn raw_context(&self) -> RawContext;
}
Expand description

A trait that provides raw context.

Required Methods§

source

fn raw_context(&self) -> RawContext

Get the raw context handle.

Implementors§

source§

impl AsRawContext for glutin::context::NotCurrentContext

source§

impl AsRawContext for glutin::context::PossiblyCurrentContext

source§

impl AsRawContext for glutin::api::cgl::context::NotCurrentContext

Available on cgl_backend only.
source§

impl AsRawContext for glutin::api::cgl::context::PossiblyCurrentContext

Available on cgl_backend only.