Type Alias VertexElement

Source
pub type VertexElement = FNA3D_VertexElement;
Expand description

VertexDeclaration component that specifies an element of vertex data

Needs to be related with VertexElementFormat and VertexElementUsage

Aliased Type§

struct VertexElement {
    pub offset: i32,
    pub vertexElementFormat: u32,
    pub vertexElementUsage: u32,
    pub usageIndex: i32,
}

Fields§

§offset: i32§vertexElementFormat: u32§vertexElementUsage: u32§usageIndex: i32