Struct opengl_graphics::shader_uniforms::SUMat4x4[][src]

pub struct SUMat4x4 {}

Shader uniform 4x4 matrix Matrix elements are floats

Trait Implementations

impl Clone for SUMat4x4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SUMat4x4
[src]

impl UniformType for SUMat4x4
[src]

Auto Trait Implementations

impl Send for SUMat4x4

impl Sync for SUMat4x4