Struct gfx_gl::FnPtr
[−]
[src]
pub struct FnPtr { /* fields omitted */ }
Methods
impl FnPtr[src]
pub fn is_loaded(&self) -> bool[src]
Returns true if the function has been successfully loaded.
If it returns false, calling the corresponding function will fail.