Type Alias vulkanalia_sys::TransformMatrixNV
source · pub type TransformMatrixNV = TransformMatrixKHR;Expand description
Aliased Type§
struct TransformMatrixNV {
pub matrix: [[f32; 4]; 3],
}Fields§
§matrix: [[f32; 4]; 3]pub type TransformMatrixNV = TransformMatrixKHR;struct TransformMatrixNV {
pub matrix: [[f32; 4]; 3],
}matrix: [[f32; 4]; 3]