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