Struct glfw::RenderContext[src]

pub struct RenderContext {
    // some fields omitted
}

A rendering context that can be shared between tasks.

Trait Implementations

impl Context for RenderContext

fn window_ptr(&self) -> *GLFWwindow

fn swap_buffers(&self)

fn is_current(&self) -> bool

fn make_current(&self)