pub struct DawnComputePipeline { /* private fields */ }Methods from Deref<Target = ComputePipeline>§
pub fn get_bind_group_layout(&self, group_index: u32) -> BindGroupLayout
pub fn set_label(&self, label: String)
Trait Implementations§
Source§impl Clone for DawnComputePipeline
impl Clone for DawnComputePipeline
Source§fn clone(&self) -> DawnComputePipeline
fn clone(&self) -> DawnComputePipeline
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComputePipelineInterface for DawnComputePipeline
impl ComputePipelineInterface for DawnComputePipeline
fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout
Source§impl Debug for DawnComputePipeline
impl Debug for DawnComputePipeline
Auto Trait Implementations§
impl Freeze for DawnComputePipeline
impl RefUnwindSafe for DawnComputePipeline
impl Send for DawnComputePipeline
impl Sync for DawnComputePipeline
impl Unpin for DawnComputePipeline
impl UnsafeUnpin for DawnComputePipeline
impl UnwindSafe for DawnComputePipeline
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