Struct screen_13::prelude::vk::PipelineCreateFlags
source · pub struct PipelineCreateFlags(_);Expand description
Implementations
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
pub const fn empty() -> PipelineCreateFlags
pub const fn from_raw(x: u32) -> PipelineCreateFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: PipelineCreateFlags) -> bool
sourcepub const fn contains(self, other: PipelineCreateFlags) -> bool
pub const fn contains(self, other: PipelineCreateFlags) -> bool
Returns whether other is a subset of self
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
pub const DISABLE_OPTIMIZATION: PipelineCreateFlags = Self(1)
pub const ALLOW_DERIVATIVES: PipelineCreateFlags = Self(2)
pub const DERIVATIVE: PipelineCreateFlags = Self(4)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_dynamic_rendering’
pub const RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_KHR: PipelineCreateFlags = Self(2097152)
pub const RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_EXT: PipelineCreateFlags = Self(4194304)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_device_group’
pub const VIEW_INDEX_FROM_DEVICE_INDEX_KHR: PipelineCreateFlags = Self::VIEW_INDEX_FROM_DEVICE_INDEX
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_ray_tracing_pipeline’
pub const RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_KHR: PipelineCreateFlags = Self(16384)
pub const RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_KHR: PipelineCreateFlags = Self(32768)
pub const RAY_TRACING_NO_NULL_MISS_SHADERS_KHR: PipelineCreateFlags = Self(65536)
pub const RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_KHR: PipelineCreateFlags = Self(131072)
pub const RAY_TRACING_SKIP_TRIANGLES_KHR: PipelineCreateFlags = Self(4096)
pub const RAY_TRACING_SKIP_AABBS_KHR: PipelineCreateFlags = Self(8192)
pub const RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_KHR: PipelineCreateFlags = Self(524288)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_ray_tracing’
pub const DEFER_COMPILE_NV: PipelineCreateFlags = Self(32)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_pipeline_executable_properties’
pub const CAPTURE_STATISTICS_KHR: PipelineCreateFlags = Self(64)
pub const CAPTURE_INTERNAL_REPRESENTATIONS_KHR: PipelineCreateFlags = Self(128)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_device_generated_commands’
pub const INDIRECT_BINDABLE_NV: PipelineCreateFlags = Self(262144)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_pipeline_library’
pub const LIBRARY_KHR: PipelineCreateFlags = Self(2048)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_EXT_pipeline_creation_cache_control’
pub const FAIL_ON_PIPELINE_COMPILE_REQUIRED_EXT: PipelineCreateFlags = Self::FAIL_ON_PIPELINE_COMPILE_REQUIRED
pub const EARLY_RETURN_ON_FAILURE_EXT: PipelineCreateFlags = Self::EARLY_RETURN_ON_FAILURE
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_AMD_extension_321’
pub const RESERVED_23_AMD: PipelineCreateFlags = Self(8388608)
pub const RESERVED_10_AMD: PipelineCreateFlags = Self(1024)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_ray_tracing_motion_blur’
pub const RAY_TRACING_ALLOW_MOTION_NV: PipelineCreateFlags = Self(1048576)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_VERSION_1_1’
pub const VIEW_INDEX_FROM_DEVICE_INDEX: PipelineCreateFlags = Self(8)
pub const DISPATCH_BASE: PipelineCreateFlags = Self(16)
sourceimpl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const FAIL_ON_PIPELINE_COMPILE_REQUIRED: PipelineCreateFlags = Self(256)
pub const EARLY_RETURN_ON_FAILURE: PipelineCreateFlags = Self(512)
Trait Implementations
sourceimpl BitAnd<PipelineCreateFlags> for PipelineCreateFlags
impl BitAnd<PipelineCreateFlags> for PipelineCreateFlags
type Output = PipelineCreateFlags
type Output = PipelineCreateFlags
The resulting type after applying the
& operator.sourcefn bitand(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
fn bitand(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
Performs the
& operation. Read moresourceimpl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags
sourcefn bitand_assign(&mut self, rhs: PipelineCreateFlags)
fn bitand_assign(&mut self, rhs: PipelineCreateFlags)
Performs the
&= operation. Read moresourceimpl BitOr<PipelineCreateFlags> for PipelineCreateFlags
impl BitOr<PipelineCreateFlags> for PipelineCreateFlags
type Output = PipelineCreateFlags
type Output = PipelineCreateFlags
The resulting type after applying the
| operator.sourcefn bitor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
fn bitor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
Performs the
| operation. Read moresourceimpl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags
sourcefn bitor_assign(&mut self, rhs: PipelineCreateFlags)
fn bitor_assign(&mut self, rhs: PipelineCreateFlags)
Performs the
|= operation. Read moresourceimpl BitXor<PipelineCreateFlags> for PipelineCreateFlags
impl BitXor<PipelineCreateFlags> for PipelineCreateFlags
type Output = PipelineCreateFlags
type Output = PipelineCreateFlags
The resulting type after applying the
^ operator.sourcefn bitxor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
fn bitxor(self, rhs: PipelineCreateFlags) -> PipelineCreateFlags
Performs the
^ operation. Read moresourceimpl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags
sourcefn bitxor_assign(&mut self, rhs: PipelineCreateFlags)
fn bitxor_assign(&mut self, rhs: PipelineCreateFlags)
Performs the
^= operation. Read moresourceimpl Clone for PipelineCreateFlags
impl Clone for PipelineCreateFlags
sourcefn clone(&self) -> PipelineCreateFlags
fn clone(&self) -> PipelineCreateFlags
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PipelineCreateFlags
impl Debug for PipelineCreateFlags
sourceimpl Default for PipelineCreateFlags
impl Default for PipelineCreateFlags
sourcefn default() -> PipelineCreateFlags
fn default() -> PipelineCreateFlags
Returns the “default value” for a type. Read more
sourceimpl Hash for PipelineCreateFlags
impl Hash for PipelineCreateFlags
sourceimpl Not for PipelineCreateFlags
impl Not for PipelineCreateFlags
type Output = PipelineCreateFlags
type Output = PipelineCreateFlags
The resulting type after applying the
! operator.sourcefn not(self) -> PipelineCreateFlags
fn not(self) -> PipelineCreateFlags
Performs the unary
! operation. Read moresourceimpl Ord for PipelineCreateFlags
impl Ord for PipelineCreateFlags
sourcefn cmp(&self, other: &PipelineCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineCreateFlags) -> Ordering
1.21.0 · sourcefn 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
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<PipelineCreateFlags> for PipelineCreateFlags
impl PartialEq<PipelineCreateFlags> for PipelineCreateFlags
sourcefn eq(&self, other: &PipelineCreateFlags) -> bool
fn eq(&self, other: &PipelineCreateFlags) -> bool
sourceimpl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags
impl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags
sourcefn partial_cmp(&self, other: &PipelineCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &PipelineCreateFlags) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for PipelineCreateFlags
impl Eq for PipelineCreateFlags
impl StructuralEq for PipelineCreateFlags
impl StructuralPartialEq for PipelineCreateFlags
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more