pub struct PreSkinningBuffers { /* private fields */ }
Expand description
The two buffers uploaded to the GPU during pre-skinning.
Auto Trait Implementations§
impl !Freeze for PreSkinningBuffers
impl !RefUnwindSafe for PreSkinningBuffers
impl Send for PreSkinningBuffers
impl Sync for PreSkinningBuffers
impl Unpin for PreSkinningBuffers
impl !UnwindSafe for PreSkinningBuffers
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