Skip to main content

DynFence

Trait DynFence 

Source
pub trait DynFence: DynResource + Debug { }

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl DynFence for wgpu_hal::gles::Fence

Available on gles only.
Source§

impl DynFence for wgpu_hal::noop::Fence

Source§

impl DynFence for wgpu_hal::vulkan::Fence

Available on vulkan only.