Struct wgpu_core::command::ComputePass
source · pub struct ComputePass { /* private fields */ }
Implementations§
source§impl ComputePass
impl ComputePass
pub fn new( parent_id: CommandEncoderId, desc: &ComputePassDescriptor<'_> ) -> Self
pub fn parent_id(&self) -> CommandEncoderId
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§
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