wgpu_hal::dynamic

Trait DynFence

Source
pub trait DynFence: DynResource + Debug { }

Implementors§

Source§

impl DynFence for wgpu_hal::vulkan::Fence

Available on vulkan only.
Source§

impl DynFence for wgpu_hal::gles::fence::Fence

Available on gles only.
Source§

impl DynFence for wgpu_hal::noop::Fence