Struct smaragd::Entity [] [src]

pub struct Entity {
    pub transform: Matrix4<f32>,
    pub mesh: Mesh,
    pub program: Program,
}

Fields