pub enum VertexBufferFormat {
Format_2f_4ub_2f = 0,
Format_2f_4ub_2f_2f_28f = 1,
}
Expand description
Vertex buffer format types
Variants§
Format_2f_4ub_2f = 0
Vertex format type for path vertices.
Format_2f_4ub_2f_2f_28f = 1
Vertex format type for quad vertices.
Trait Implementations§
Source§impl Debug for VertexBufferFormat
impl Debug for VertexBufferFormat
Auto Trait Implementations§
impl Freeze for VertexBufferFormat
impl RefUnwindSafe for VertexBufferFormat
impl Send for VertexBufferFormat
impl Sync for VertexBufferFormat
impl Unpin for VertexBufferFormat
impl UnwindSafe for VertexBufferFormat
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