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]
fn clone(&self) -> SUMat2x2
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more