wgpu_hal::gles::egl

Type Alias WlEglWindowCreateFun

source
type WlEglWindowCreateFun = unsafe extern "system" fn(surface: *const c_void, width: c_int, height: c_int) -> *mut c_void;
Available on gles and neither Windows nor webgl only.