Struct makepad_widgets::shader::std::os::linux::opengl::CxOsDrawCallVao
pub struct CxOsDrawCallVao {
pub vao: Option<u32>,
pub shader_id: Option<usize>,
pub inst_vb: Option<u32>,
pub geom_vb: Option<u32>,
pub geom_ib: Option<u32>,
}
Fields§
§vao: Option<u32>
§shader_id: Option<usize>
§inst_vb: Option<u32>
§geom_vb: Option<u32>
§geom_ib: Option<u32>
Implementations§
§impl CxOsDrawCallVao
impl CxOsDrawCallVao
pub fn free(self)
Trait Implementations§
§impl Clone for CxOsDrawCallVao
impl Clone for CxOsDrawCallVao
§fn clone(&self) -> CxOsDrawCallVao
fn clone(&self) -> CxOsDrawCallVao
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for CxOsDrawCallVao
impl Default for CxOsDrawCallVao
§fn default() -> CxOsDrawCallVao
fn default() -> CxOsDrawCallVao
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CxOsDrawCallVao
impl Send for CxOsDrawCallVao
impl Sync for CxOsDrawCallVao
impl Unpin for CxOsDrawCallVao
impl UnwindSafe for CxOsDrawCallVao
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