Struct ash::vk::PipelineCreateFlags
source · #[repr(transparent)]pub struct PipelineCreateFlags(_);
Expand description
Implementations§
source§impl PipelineCreateFlags
impl PipelineCreateFlags
source§impl PipelineCreateFlags
impl PipelineCreateFlags
pub const DISABLE_OPTIMIZATION: Self = _
pub const ALLOW_DERIVATIVES: Self = _
pub const DERIVATIVE: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_dynamic_rendering’
pub const RENDERING_FRAGMENT_SHADING_RATE_ATTACHMENT_KHR: Self = _
pub const RENDERING_FRAGMENT_DENSITY_MAP_ATTACHMENT_EXT: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_device_group’
pub const VIEW_INDEX_FROM_DEVICE_INDEX_KHR: Self = Self::VIEW_INDEX_FROM_DEVICE_INDEX
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_ray_tracing_pipeline’
pub const RAY_TRACING_NO_NULL_ANY_HIT_SHADERS_KHR: Self = _
pub const RAY_TRACING_NO_NULL_CLOSEST_HIT_SHADERS_KHR: Self = _
pub const RAY_TRACING_NO_NULL_MISS_SHADERS_KHR: Self = _
pub const RAY_TRACING_NO_NULL_INTERSECTION_SHADERS_KHR: Self = _
pub const RAY_TRACING_SKIP_TRIANGLES_KHR: Self = _
pub const RAY_TRACING_SKIP_AABBS_KHR: Self = _
pub const RAY_TRACING_SHADER_GROUP_HANDLE_CAPTURE_REPLAY_KHR: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_ray_tracing’
pub const DEFER_COMPILE_NV: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_pipeline_executable_properties’
pub const CAPTURE_STATISTICS_KHR: Self = _
pub const CAPTURE_INTERNAL_REPRESENTATIONS_KHR: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_device_generated_commands’
pub const INDIRECT_BINDABLE_NV: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_KHR_pipeline_library’
pub const LIBRARY_KHR: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_EXT_pipeline_creation_cache_control’
pub const FAIL_ON_PIPELINE_COMPILE_REQUIRED_EXT: Self = Self::FAIL_ON_PIPELINE_COMPILE_REQUIRED
pub const EARLY_RETURN_ON_FAILURE_EXT: Self = Self::EARLY_RETURN_ON_FAILURE
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_AMD_extension_321’
pub const RESERVED_23_AMD: Self = _
pub const RESERVED_10_AMD: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_NV_ray_tracing_motion_blur’
pub const RAY_TRACING_ALLOW_MOTION_NV: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_VERSION_1_1’
pub const VIEW_INDEX_FROM_DEVICE_INDEX: Self = _
pub const DISPATCH_BASE: Self = _
source§impl PipelineCreateFlags
impl PipelineCreateFlags
Generated from ‘VK_VERSION_1_3’
pub const FAIL_ON_PIPELINE_COMPILE_REQUIRED: Self = _
pub const EARLY_RETURN_ON_FAILURE: Self = _
Trait Implementations§
source§impl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitAndAssign<PipelineCreateFlags> for PipelineCreateFlags
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitOrAssign<PipelineCreateFlags> for PipelineCreateFlags
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags
impl BitXorAssign<PipelineCreateFlags> for PipelineCreateFlags
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for PipelineCreateFlags
impl Clone for PipelineCreateFlags
source§fn clone(&self) -> PipelineCreateFlags
fn clone(&self) -> PipelineCreateFlags
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 PipelineCreateFlags
impl Debug for PipelineCreateFlags
source§impl Default for PipelineCreateFlags
impl Default for PipelineCreateFlags
source§impl Hash for PipelineCreateFlags
impl Hash for PipelineCreateFlags
source§impl Not for PipelineCreateFlags
impl Not for PipelineCreateFlags
source§impl Ord for PipelineCreateFlags
impl Ord for PipelineCreateFlags
source§fn cmp(&self, other: &PipelineCreateFlags) -> Ordering
fn cmp(&self, other: &PipelineCreateFlags) -> 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<PipelineCreateFlags> for PipelineCreateFlags
impl PartialEq<PipelineCreateFlags> for PipelineCreateFlags
source§fn eq(&self, other: &PipelineCreateFlags) -> bool
fn eq(&self, other: &PipelineCreateFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags
impl PartialOrd<PipelineCreateFlags> for PipelineCreateFlags
source§fn partial_cmp(&self, other: &PipelineCreateFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &PipelineCreateFlags) -> Option<Ordering>
1.0.0 · source§fn 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 more