pub type RenderingFlagsKHR = RenderingFlags;
Aliased Type§
struct RenderingFlagsKHR(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl RenderingFlags
impl RenderingFlags
Source§impl RenderingFlags
impl RenderingFlags
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS: Self
pub const CONTENTS_SECONDARY_COMMAND_BUFFERS_KHR: Self = Self::CONTENTS_SECONDARY_COMMAND_BUFFERS
pub const SUSPENDING: Self
pub const SUSPENDING_KHR: Self = Self::SUSPENDING
pub const RESUMING: Self
pub const RESUMING_KHR: Self = Self::RESUMING
Source§impl RenderingFlags
Generated from ‘VK_EXT_nested_command_buffer’
impl RenderingFlags
Generated from ‘VK_EXT_nested_command_buffer’
pub const CONTENTS_INLINE_EXT: Self
Source§impl RenderingFlags
Generated from ‘VK_EXT_legacy_dithering’
impl RenderingFlags
Generated from ‘VK_EXT_legacy_dithering’
pub const ENABLE_LEGACY_DITHERING_EXT: Self
Trait Implementations
Source§impl BitAnd for RenderingFlags
impl BitAnd for RenderingFlags
Source§impl BitAndAssign for RenderingFlags
impl BitAndAssign for RenderingFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for RenderingFlags
impl BitOr for RenderingFlags
Source§impl BitOrAssign for RenderingFlags
impl BitOrAssign for RenderingFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXor for RenderingFlags
impl BitXor for RenderingFlags
Source§impl BitXorAssign for RenderingFlags
impl BitXorAssign for RenderingFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for RenderingFlags
impl Clone for RenderingFlags
Source§fn clone(&self) -> RenderingFlags
fn clone(&self) -> RenderingFlags
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 RenderingFlags
impl Debug for RenderingFlags
Source§impl Default for RenderingFlags
impl Default for RenderingFlags
Source§impl Hash for RenderingFlags
impl Hash for RenderingFlags
Source§impl Not for RenderingFlags
impl Not for RenderingFlags
Source§impl Ord for RenderingFlags
impl Ord for RenderingFlags
Source§fn cmp(&self, other: &RenderingFlags) -> Ordering
fn cmp(&self, other: &RenderingFlags) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more