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

type M33 = [[f32; 3]; 3];

3x3 floating matrix.

Trait Implementations

impl UniformBlock for M33
[src]

impl Uniformable for M33
[src]

[src]

Update the uniform with a new value.

[src]

Retrieve the Type of the uniform.

[src]

Retrieve the Dim of the uniform.