Struct wgpu_core::command::CommandBuffer
source · pub struct CommandBuffer<A: HalApi> { /* private fields */ }
Implementations§
source§impl<A: HalApi> CommandBuffer<A>
impl<A: HalApi> CommandBuffer<A>
pub fn is_finished(&self) -> bool
Trait Implementations§
source§impl<A: HalApi> Resource for CommandBuffer<A>
impl<A: HalApi> Resource for CommandBuffer<A>
impl<A: HalApi> Access<BindGroup<A>> for CommandBuffer<A>
impl<A: HalApi> Access<Buffer<A>> for CommandBuffer<A>
impl<A: HalApi> Access<CommandBuffer<A>> for Device<A>
impl<A: HalApi> Access<CommandBuffer<A>> for Root
impl<A: HalApi> Access<QuerySet<A>> for CommandBuffer<A>
impl<A: HalApi> Access<RenderBundle<A>> for CommandBuffer<A>
Auto Trait Implementations§
impl<A> !RefUnwindSafe for CommandBuffer<A>
impl<A> Send for CommandBuffer<A>where A: Send,
impl<A> Sync for CommandBuffer<A>where A: Sync,
impl<A> Unpin for CommandBuffer<A>where A: Unpin, <A as Api>::BindGroup: Unpin, <A as Api>::CommandBuffer: Unpin, <A as Api>::CommandEncoder: Unpin, <A as Api>::ComputePipeline: Unpin, <A as Api>::QuerySet: Unpin, <A as Api>::RenderPipeline: Unpin, <A as Api>::Sampler: Unpin, <A as Api>::TextureView: Unpin,
impl<A> !UnwindSafe for CommandBuffer<A>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more