pub trait DynCommandBuffer: DynResource + Debug { }
Implementors§
impl DynCommandBuffer for wgpu_hal::gles::CommandBuffer
Available on
gles
only.impl DynCommandBuffer for wgpu_hal::noop::command::CommandBuffer
impl DynCommandBuffer for wgpu_hal::vulkan::CommandBuffer
Available on
vulkan
only.