Function gfx_device_gl::create

source ·
pub fn create<F>(fn_proc: F) -> (Device, Factory)where
    F: FnMut(&str) -> *const c_void,
Expand description

Create a new device with a factory.