Struct opengl_graphics::shader_uniforms::SUVec2
source · pub struct SUVec2 {}
Expand description
Shader uniform vector of size 2 Vector elements are floats
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SUVec2
impl Send for SUVec2
impl Sync for SUVec2
impl Unpin for SUVec2
impl UnwindSafe for SUVec2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more