Struct glfw::RenderContext [−][src]
pub struct RenderContext { /* fields omitted */ }A rendering context that can be shared between tasks.
Trait Implementations
impl Context for RenderContext[src]
impl Context for RenderContext[src]fn window_ptr(&self) -> *mut GLFWwindow[src]
fn window_id(&self) -> WindowId[src]
fn swap_buffers(&mut self)[src]
fn is_current(&self) -> bool[src]
fn make_current(&mut self)[src]
fn should_close(&self) -> bool[src]
fn set_should_close(&mut self, value: bool)[src]
fn post_empty_event(&self)[src]
impl HasRawWindowHandle for RenderContext[src]
impl HasRawWindowHandle for RenderContext[src]