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

type M22 = [[f32; 2]; 2];

2x2 floating matrix.

Trait Implementations

impl UniformBlock for M22
[src]

impl Uniformable for M22
[src]

Update the uniform with a new value.

Retrieve the Type of the uniform.

Retrieve the Dim of the uniform.