pub enum VertexFormatError {
ExpectedSameVertexFormatPerGeometry,
}
Expand description
An error with vertex format when adding to index and vertex buffer.
Variants§
ExpectedSameVertexFormatPerGeometry
The vertex format must be the same for an entire geometry object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VertexFormatError
impl RefUnwindSafe for VertexFormatError
impl Send for VertexFormatError
impl Sync for VertexFormatError
impl Unpin for VertexFormatError
impl UnwindSafe for VertexFormatError
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