load_with

Function load_with 

Source
pub fn load_with<F>(_load_fn: F)
where F: FnMut(&str) -> *const c_void,
Expand description

Stub for gl::load_with - no-op since glow context is already initialized This is re-exported from mod.rs but duplicated here for completeness