Trait wgpu_hal::DynFence

source ·
pub trait DynFence: DynResource + Debug { }

Implementors§

source§

impl DynFence for wgpu_hal::vulkan::Fence

Available on vulkan only.
source§

impl DynFence for Resource

source§

impl DynFence for wgpu_hal::gles::Fence

Available on gles only.