pub struct Version21 { /* private fields */ }Implementations§
Trait Implementations§
Source§impl GL_2_1 for Version21
impl GL_2_1 for Version21
fn glGetError(&self) -> GLenum
fn glUniformMatrix2x3fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
fn glUniformMatrix3x2fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
fn glUniformMatrix2x4fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
fn glUniformMatrix4x2fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
fn glUniformMatrix3x4fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
fn glUniformMatrix4x3fv( &self, location: GLint, count: GLsizei, transpose: GLboolean, value: *const GLfloat, ) -> Result<()>
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