pub struct CachedPipeline { /* private fields */ }Expand description
Holds compiled GPU resources together to prevent recreation and layout mismatch overhead.
Auto Trait Implementations§
impl Freeze for CachedPipeline
impl !RefUnwindSafe for CachedPipeline
impl Send for CachedPipeline
impl Sync for CachedPipeline
impl Unpin for CachedPipeline
impl UnsafeUnpin for CachedPipeline
impl !UnwindSafe for CachedPipeline
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