[−][src]Struct ash::vk::PipelineCreateFlags
Methods
impl PipelineCreateFlags
[src]
pub const fn empty() -> PipelineCreateFlags
[src]
pub const fn all() -> PipelineCreateFlags
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: PipelineCreateFlags) -> bool
[src]
pub fn contains(self, other: PipelineCreateFlags) -> bool
[src]
Returns whether other
is a subset of self
impl PipelineCreateFlags
[src]
pub const DISABLE_OPTIMIZATION: Self
[src]
pub const ALLOW_DERIVATIVES: Self
[src]
pub const DERIVATIVE: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_device_group'
pub const VIEW_INDEX_FROM_DEVICE_INDEX_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_NO_NULL_MISS_SHADERS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_SKIP_TRIANGLES_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const RAY_TRACING_SKIP_AABBS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_NV_ray_tracing'
pub const DEFER_COMPILE_NV: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_pipeline_executable_properties'
pub const CAPTURE_STATISTICS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_pipeline_executable_properties'
pub const CAPTURE_INTERNAL_REPRESENTATIONS_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_NV_device_generated_commands'
pub const INDIRECT_BINDABLE_NV: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_KHR_pipeline_library'
pub const LIBRARY_KHR: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_EXT_pipeline_creation_cache_control'
pub const FAIL_ON_PIPELINE_COMPILE_REQUIRED_EXT: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_EXT_pipeline_creation_cache_control'
pub const EARLY_RETURN_ON_FAILURE_EXT: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const VIEW_INDEX_FROM_DEVICE_INDEX: Self
[src]
impl PipelineCreateFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const DISPATCH_BASE: Self
[src]
Trait Implementations
impl BitAnd<PipelineCreateFlags> for PipelineCreateFlags
[src]
type Output = PipelineCreateFlags
The resulting type after applying the &
operator.
fn bitand(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
[src]
impl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn bitand_assign(&mut self, rhs: PipelineCreateFlags)
[src]
impl BitOr<PipelineCreateFlags> for PipelineCreateFlags
[src]
type Output = PipelineCreateFlags
The resulting type after applying the |
operator.
fn bitor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
[src]
impl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn bitor_assign(&mut self, rhs: PipelineCreateFlags)
[src]
impl BitXor<PipelineCreateFlags> for PipelineCreateFlags
[src]
type Output = PipelineCreateFlags
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
[src]
impl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn bitxor_assign(&mut self, rhs: PipelineCreateFlags)
[src]
impl Clone for PipelineCreateFlags
[src]
fn clone(&self) -> PipelineCreateFlags
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PipelineCreateFlags
[src]
impl Debug for PipelineCreateFlags
[src]
impl Default for PipelineCreateFlags
[src]
fn default() -> PipelineCreateFlags
[src]
impl Eq for PipelineCreateFlags
[src]
impl Hash for PipelineCreateFlags
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for PipelineCreateFlags
[src]
type Output = PipelineCreateFlags
The resulting type after applying the !
operator.
fn not(self) -> PipelineCreateFlags
[src]
impl Ord for PipelineCreateFlags
[src]
fn cmp(&self, other: &PipelineCreateFlags) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn eq(&self, other: &PipelineCreateFlags) -> bool
[src]
fn ne(&self, other: &PipelineCreateFlags) -> bool
[src]
impl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn partial_cmp(&self, other: &PipelineCreateFlags) -> Option<Ordering>
[src]
fn lt(&self, other: &PipelineCreateFlags) -> bool
[src]
fn le(&self, other: &PipelineCreateFlags) -> bool
[src]
fn gt(&self, other: &PipelineCreateFlags) -> bool
[src]
fn ge(&self, other: &PipelineCreateFlags) -> bool
[src]
impl StructuralEq for PipelineCreateFlags
[src]
impl StructuralPartialEq for PipelineCreateFlags
[src]
impl Sub<PipelineCreateFlags> for PipelineCreateFlags
[src]
type Output = PipelineCreateFlags
The resulting type after applying the -
operator.
fn sub(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
[src]
impl SubAssign<PipelineCreateFlags> for PipelineCreateFlags
[src]
fn sub_assign(&mut self, rhs: PipelineCreateFlags)
[src]
Auto Trait Implementations
impl RefUnwindSafe for PipelineCreateFlags
impl Send for PipelineCreateFlags
impl Sync for PipelineCreateFlags
impl Unpin for PipelineCreateFlags
impl UnwindSafe for PipelineCreateFlags
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,