Struct makepad_widgets::shader::std::os::linux::x11::opengl_x11::OpenglCx
pub struct OpenglCx { /* private fields */ }
Implementations§
§impl OpenglCx
impl OpenglCx
pub unsafe fn from_egl_platform_display<T>( egl_platform: u32, egl_platform_display: *mut T ) -> OpenglCx
pub fn make_current(&self)
Auto Trait Implementations§
impl RefUnwindSafe for OpenglCx
impl !Send for OpenglCx
impl !Sync for OpenglCx
impl Unpin for OpenglCx
impl UnwindSafe for OpenglCx
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