pub struct Version44 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl GL_4_4 for Version44
impl GL_4_4 for Version44
fn glBufferStorage( &self, target: u32, size: usize, data: *const c_void, flags: u32, )
fn glClearTexImage( &self, texture: u32, level: i32, format: u32, type_: u32, data: *const c_void, )
fn glClearTexSubImage( &self, texture: u32, level: i32, xoffset: i32, yoffset: i32, zoffset: i32, width: i32, height: i32, depth: i32, format: u32, type_: u32, data: *const c_void, )
fn glBindBuffersBase( &self, target: u32, first: u32, count: i32, buffers: *const u32, )
fn glBindBuffersRange( &self, target: u32, first: u32, count: i32, buffers: *const u32, offsets: *const usize, sizes: *const usize, )
fn glBindTextures(&self, first: u32, count: i32, textures: *const u32)
fn glBindSamplers(&self, first: u32, count: i32, samplers: *const u32)
fn glBindImageTextures(&self, first: u32, count: i32, textures: *const u32)
fn glBindVertexBuffers( &self, first: u32, count: i32, buffers: *const u32, offsets: *const usize, strides: *const i32, )
impl Copy for Version44
impl Eq for Version44
impl StructuralPartialEq for Version44
Auto Trait Implementations§
impl Freeze for Version44
impl RefUnwindSafe for Version44
impl Send for Version44
impl Sync for Version44
impl Unpin for Version44
impl UnwindSafe for Version44
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