Type Alias ash::vk::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