Type Alias VkTransformMatrixNV

Source
pub type VkTransformMatrixNV = VkTransformMatrixKHR;

Aliased Type§

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

Fields§

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