Trait rin::gl::GlWindow [−][src]
pub trait GlWindow {
pub fn proc_address(&mut self, procname: &str) -> *const c_void;
}Required methods
pub fn proc_address(&mut self, procname: &str) -> *const c_void[src]
Implementations on Foreign Types
impl GlWindow for Window[src]
impl GlWindow for Window[src]pub fn proc_address(&mut self, proc_name: &str) -> *const c_void[src]
Implementors
Loading content...