[][src]Trait wgpu_core::hub::GfxBackend

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; }

Associated Constants

const VARIANT: Backend

Loading content...

Required methods

fn hub<G: GlobalIdentityHandlerFactory>(global: &Global<G>) -> &Hub<Self, G>

fn get_surface_mut(surface: &mut Surface) -> &mut Self::Surface

Loading content...

Implementors

impl GfxBackend for Vulkan[src]

Loading content...