Type Alias unity_native_plugin_sys::VkTransformMatrixNV

source ·
pub type VkTransformMatrixNV = VkTransformMatrixKHR;

Aliased Type§

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

Fields§

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