Skip to main content

DynCommandBuffer

Trait DynCommandBuffer 

Source
pub trait DynCommandBuffer: DynResource + Debug { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl DynCommandBuffer for wgpu_hal::gles::CommandBuffer

Available on gles only.
Source§

impl DynCommandBuffer for wgpu_hal::noop::CommandBuffer

Source§

impl DynCommandBuffer for wgpu_hal::vulkan::CommandBuffer

Available on vulkan only.