Struct wgpu_core::command::ComputePass [−][src]
pub struct ComputePass { /* fields omitted */ }
Implementations
impl ComputePass
[src]
impl ComputePass
[src]pub fn new(
parent_id: CommandEncoderId,
desc: &ComputePassDescriptor<'_>
) -> Self
[src]
parent_id: CommandEncoderId,
desc: &ComputePassDescriptor<'_>
) -> Self
pub fn parent_id(&self) -> CommandEncoderId
[src]
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ComputePass
impl Send for ComputePass
impl Sync for ComputePass
impl Unpin for ComputePass
impl !UnwindSafe for ComputePass
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more