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