Struct wgpu_core::command::ComputePass
source · [−]pub struct ComputePass { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more