pub struct Soft { /* private fields */ }Implementations§
Source§impl Soft
impl Soft
pub fn new( context: &GpuContext, streams: &impl Resources, passes: SoftPasses, ) -> Self
pub fn record( &self, pass: u32, schedule: &mut Schedule, encoder: &mut CommandEncoder, streams: &impl Resources, frame: &SoftFrame, )
Auto Trait Implementations§
impl !Freeze for Soft
impl !RefUnwindSafe for Soft
impl !Sync for Soft
impl !UnwindSafe for Soft
impl Send for Soft
impl Unpin for Soft
impl UnsafeUnpin for Soft
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