Struct blade_graphics::ContextDesc
source · pub struct ContextDesc {
pub validation: bool,
pub capture: bool,
pub overlay: bool,
}Fields§
§validation: boolEnable validation of the GAPI, shaders, and insert crash markers into command buffers.
capture: boolEnable capture support with GAPI tools.
overlay: boolEnable GAPI overlay.
Trait Implementations§
source§impl Clone for ContextDesc
impl Clone for ContextDesc
source§fn clone(&self) -> ContextDesc
fn clone(&self) -> ContextDesc
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 moresource§impl Debug for ContextDesc
impl Debug for ContextDesc
source§impl Default for ContextDesc
impl Default for ContextDesc
source§fn default() -> ContextDesc
fn default() -> ContextDesc
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContextDesc
impl RefUnwindSafe for ContextDesc
impl Send for ContextDesc
impl Sync for ContextDesc
impl Unpin for ContextDesc
impl UnwindSafe for ContextDesc
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)