pub type PipelineCreationFeedbackFlagsEXT = PipelineCreationFeedbackFlags;
Aliased Type§
struct PipelineCreationFeedbackFlagsEXT(pub(crate) u32);
Fields§
§0: u32
Implementations
Source§impl PipelineCreationFeedbackFlags
impl PipelineCreationFeedbackFlags
Source§impl PipelineCreationFeedbackFlags
impl PipelineCreationFeedbackFlags
pub const VALID: Self
pub const VALID_EXT: Self = Self::VALID
pub const APPLICATION_PIPELINE_CACHE_HIT: Self
pub const APPLICATION_PIPELINE_CACHE_HIT_EXT: Self = Self::APPLICATION_PIPELINE_CACHE_HIT
pub const BASE_PIPELINE_ACCELERATION: Self
pub const BASE_PIPELINE_ACCELERATION_EXT: Self = Self::BASE_PIPELINE_ACCELERATION
Trait Implementations
Source§impl BitAndAssign for PipelineCreationFeedbackFlags
impl BitAndAssign for PipelineCreationFeedbackFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOrAssign for PipelineCreationFeedbackFlags
impl BitOrAssign for PipelineCreationFeedbackFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl BitXorAssign for PipelineCreationFeedbackFlags
impl BitXorAssign for PipelineCreationFeedbackFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moreSource§impl Clone for PipelineCreationFeedbackFlags
impl Clone for PipelineCreationFeedbackFlags
Source§fn clone(&self) -> PipelineCreationFeedbackFlags
fn clone(&self) -> PipelineCreationFeedbackFlags
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 Hash for PipelineCreationFeedbackFlags
impl Hash for PipelineCreationFeedbackFlags
Source§impl Not for PipelineCreationFeedbackFlags
impl Not for PipelineCreationFeedbackFlags
Source§impl Ord for PipelineCreationFeedbackFlags
impl Ord for PipelineCreationFeedbackFlags
Source§fn cmp(&self, other: &PipelineCreationFeedbackFlags) -> Ordering
fn cmp(&self, other: &PipelineCreationFeedbackFlags) -> 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
Source§impl PartialEq for PipelineCreationFeedbackFlags
impl PartialEq for PipelineCreationFeedbackFlags
Source§fn eq(&self, other: &PipelineCreationFeedbackFlags) -> bool
fn eq(&self, other: &PipelineCreationFeedbackFlags) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.