ash::vk

Type Alias TransformMatrixNV

Source
pub type TransformMatrixNV = TransformMatrixKHR;

Aliased Type§

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

Fields§

§matrix: [f32; 12]

Trait Implementations

Source§

impl Clone for TransformMatrixKHR

Source§

fn clone(&self) -> TransformMatrixKHR

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for TransformMatrixKHR