pub struct Version21 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl GL_2_1 for Version21
impl GL_2_1 for Version21
fn glUniformMatrix2x3fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
fn glUniformMatrix3x2fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
fn glUniformMatrix2x4fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
fn glUniformMatrix4x2fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
fn glUniformMatrix3x4fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
fn glUniformMatrix4x3fv( &self, location: i32, count: i32, transpose: u8, value: *const f32, )
impl Copy for Version21
impl Eq for Version21
impl StructuralPartialEq for Version21
Auto Trait Implementations§
impl Freeze for Version21
impl RefUnwindSafe for Version21
impl Send for Version21
impl Sync for Version21
impl Unpin for Version21
impl UnwindSafe for Version21
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