Struct onyx::mesh::Mesh [] [src]

pub struct Mesh {
    pub vertices: VertexBuffer<Vertex>,
    pub indices: IndexBuffer<Index>,
}

Fields