Struct opengl_graphics::shader_uniforms::SUMat2x2[][src]

pub struct SUMat2x2 {}

Shader uniform 2x2 matrix Matrix elements are floats

Trait Implementations

impl Clone for SUMat2x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SUMat2x2
[src]

impl UniformType for SUMat2x2
[src]

Auto Trait Implementations

impl Send for SUMat2x2

impl Sync for SUMat2x2