pub type TransformMatrixNV = TransformMatrixKHR;
Expand description

Aliased Type§

struct TransformMatrixNV {
    pub matrix: [[f32; 4]; 3],
}

Fields§

§matrix: [[f32; 4]; 3]