Struct opengl_graphics::shader_uniforms::SUMat3x3[][src]

pub struct SUMat3x3 {}

Shader uniform 3x3 matrix Matrix elements are floats

Trait Implementations

impl Clone for SUMat3x3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SUMat3x3
[src]

impl UniformType for SUMat3x3
[src]

Auto Trait Implementations

impl Send for SUMat3x3

impl Sync for SUMat3x3