Trait glin::GlWindow[][src]

pub trait GlWindow {
    fn proc_address(&mut self, procname: &str) -> *const c_void;
}

Required methods

fn proc_address(&mut self, procname: &str) -> *const c_void[src]

Loading content...

Implementations on Foreign Types

impl GlWindow for Window[src]

Loading content...

Implementors

Loading content...