pub struct Version12 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl GL_1_2 for Version12
impl GL_1_2 for Version12
fn glDrawRangeElements( &self, mode: u32, start: u32, end: u32, count: i32, type_: u32, indices: *const c_void, )
fn glTexImage3D( &self, target: u32, level: i32, internalformat: i32, width: i32, height: i32, depth: i32, border: i32, format: u32, type_: u32, pixels: *const c_void, )
fn glTexSubImage3D( &self, target: u32, level: i32, xoffset: i32, yoffset: i32, zoffset: i32, width: i32, height: i32, depth: i32, format: u32, type_: u32, pixels: *const c_void, )
fn glCopyTexSubImage3D( &self, target: u32, level: i32, xoffset: i32, yoffset: i32, zoffset: i32, x: i32, y: i32, width: i32, height: i32, )
impl Copy for Version12
impl Eq for Version12
impl StructuralPartialEq for Version12
Auto Trait Implementations§
impl Freeze for Version12
impl RefUnwindSafe for Version12
impl Send for Version12
impl Sync for Version12
impl Unpin for Version12
impl UnwindSafe for Version12
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