pub struct Version32 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl GL_3_2 for Version32
impl GL_3_2 for Version32
fn glDrawElementsBaseVertex( &self, mode: u32, count: i32, type_: u32, indices: *const c_void, basevertex: i32, )
fn glDrawRangeElementsBaseVertex( &self, mode: u32, start: u32, end: u32, count: i32, type_: u32, indices: *const c_void, basevertex: i32, )
fn glDrawElementsInstancedBaseVertex( &self, mode: u32, count: i32, type_: u32, indices: *const c_void, instancecount: i32, basevertex: i32, )
fn glMultiDrawElementsBaseVertex( &self, mode: u32, count: *const i32, type_: u32, indices: *const *const c_void, drawcount: i32, basevertex: *const i32, )
fn glProvokingVertex(&self, mode: u32)
fn glFenceSync(&self, condition: u32, flags: u32) -> *mut c_void
fn glIsSync(&self, sync: *mut c_void) -> u8
fn glDeleteSync(&self, sync: *mut c_void)
fn glClientWaitSync(&self, sync: *mut c_void, flags: u32, timeout: u64) -> u32
fn glWaitSync(&self, sync: *mut c_void, flags: u32, timeout: u64)
fn glGetInteger64v(&self, pname: u32, data: *mut i64)
fn glGetSynciv( &self, sync: *mut c_void, pname: u32, count: i32, length: *mut i32, values: *mut i32, )
fn glGetInteger64i_v(&self, target: u32, index: u32, data: *mut i64)
fn glGetBufferParameteri64v(&self, target: u32, pname: u32, params: *mut i64)
fn glFramebufferTexture( &self, target: u32, attachment: u32, texture: u32, level: i32, )
fn glTexImage2DMultisample( &self, target: u32, samples: i32, internalformat: u32, width: i32, height: i32, fixedsamplelocations: u8, )
fn glTexImage3DMultisample( &self, target: u32, samples: i32, internalformat: u32, width: i32, height: i32, depth: i32, fixedsamplelocations: u8, )
fn glGetMultisamplefv(&self, pname: u32, index: u32, val: *mut f32)
fn glSampleMaski(&self, maskNumber: u32, mask: u32)
impl Copy for Version32
impl Eq for Version32
impl StructuralPartialEq for Version32
Auto Trait Implementations§
impl Freeze for Version32
impl RefUnwindSafe for Version32
impl Send for Version32
impl Sync for Version32
impl Unpin for Version32
impl UnwindSafe for Version32
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