pub trait DynCommandBuffer: DynResource + Debug { }

Implementors§

source§

impl DynCommandBuffer for Resource

source§

impl DynCommandBuffer for wgpu_hal::gles::CommandBuffer

Available on gles only.
source§

impl DynCommandBuffer for wgpu_hal::vulkan::CommandBuffer

Available on vulkan only.