Trait wgpu_core::hub::GfxBackend

source ·
pub trait GfxBackend: Backend {
    const VARIANT: Backend;

    fn hub<G: GlobalIdentityHandlerFactory>(global: &Global<G>) -> &Hub<Self, G>;
    fn get_surface_mut(surface: &mut Surface) -> &mut Self::Surface;
}

Required Associated Constants§

Required Methods§

Implementors§