Type Definition luminance::linear::M44 [] [src]

type M44 = [[f32; 4]; 4];

4x4 floating matrix.

Trait Implementations

impl UniformBlock for M44
[src]

impl Uniformable for M44
[src]

Update the uniform with a new value.

Retrieve the Type of the uniform.

Retrieve the Dim of the uniform.