pub struct PushConstantsManager { /* private fields */ }Expand description
Vulkan push constants manager for fast parameter updates.
Implementations§
Auto Trait Implementations§
impl Freeze for PushConstantsManager
impl RefUnwindSafe for PushConstantsManager
impl Send for PushConstantsManager
impl Sync for PushConstantsManager
impl Unpin for PushConstantsManager
impl UnsafeUnpin for PushConstantsManager
impl UnwindSafe for PushConstantsManager
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