Enum nc_renderer::common::VertexFormat [−][src]
pub enum VertexFormat {
Show 27 variants
Byte,
Byte2,
Byte3,
Byte4,
SByte,
SByte2,
SByte3,
SByte4,
Short,
Short2,
Short3,
Short4,
Int,
Int2,
Int3,
Int4,
UInt,
UInt2,
UInt3,
UInt4,
Float,
Float2,
Float3,
Float4,
Float2x2,
Float3x3,
Float4x4,
}
Expand description
VertexAttributeDesc
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VertexFormat
impl Send for VertexFormat
impl Sync for VertexFormat
impl Unpin for VertexFormat
impl UnwindSafe for VertexFormat
Blanket Implementations
Mutably borrows from an owned value. Read more