Struct pill_engine::internal::MeshVertex [−][src]
#[repr(C)]pub struct MeshVertex {
position: [f32; 3],
texture_coordinates: [f32; 2],
normal: [f32; 3],
tangent: [f32; 3],
bitangent: [f32; 3],
}
Fields
position: [f32; 3]
texture_coordinates: [f32; 2]
normal: [f32; 3]
tangent: [f32; 3]
bitangent: [f32; 3]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MeshVertex
impl Send for MeshVertex
impl Sync for MeshVertex
impl Unpin for MeshVertex
impl UnwindSafe for MeshVertex
Blanket Implementations
Mutably borrows from an owned value. Read more