Skip to main content

VertexF

Type Alias VertexF 

Source
pub type VertexF = VertexBase<f32>;

Aliased Type§

pub struct VertexF {
    pub x: f32,
    pub y: f32,
    pub cmd: u32,
}

Fields§

§x: f32§y: f32§cmd: u32