pub struct PipelineStageFlags(/* private fields */);Expand description
Implementations§
Source§impl PipelineStageFlags
impl PipelineStageFlags
pub const fn empty() -> PipelineStageFlags
pub const fn from_raw(x: u32) -> PipelineStageFlags
pub const fn as_raw(self) -> u32
pub const fn is_empty(self) -> bool
pub const fn intersects(self, other: PipelineStageFlags) -> bool
Sourcepub const fn contains(self, other: PipelineStageFlags) -> bool
pub const fn contains(self, other: PipelineStageFlags) -> bool
Returns whether other is a subset of self
Source§impl PipelineStageFlags
impl PipelineStageFlags
Sourcepub const TOP_OF_PIPE: PipelineStageFlags
pub const TOP_OF_PIPE: PipelineStageFlags
Before subsequent commands are processed
Sourcepub const DRAW_INDIRECT: PipelineStageFlags
pub const DRAW_INDIRECT: PipelineStageFlags
Draw/DispatchIndirect command fetch
Sourcepub const VERTEX_INPUT: PipelineStageFlags
pub const VERTEX_INPUT: PipelineStageFlags
Vertex/index fetch
Sourcepub const VERTEX_SHADER: PipelineStageFlags
pub const VERTEX_SHADER: PipelineStageFlags
Vertex shading
Sourcepub const TESSELLATION_CONTROL_SHADER: PipelineStageFlags
pub const TESSELLATION_CONTROL_SHADER: PipelineStageFlags
Tessellation control shading
Sourcepub const TESSELLATION_EVALUATION_SHADER: PipelineStageFlags
pub const TESSELLATION_EVALUATION_SHADER: PipelineStageFlags
Tessellation evaluation shading
Sourcepub const GEOMETRY_SHADER: PipelineStageFlags
pub const GEOMETRY_SHADER: PipelineStageFlags
Geometry shading
Sourcepub const FRAGMENT_SHADER: PipelineStageFlags
pub const FRAGMENT_SHADER: PipelineStageFlags
Fragment shading
Sourcepub const EARLY_FRAGMENT_TESTS: PipelineStageFlags
pub const EARLY_FRAGMENT_TESTS: PipelineStageFlags
Early fragment (depth and stencil) tests
Sourcepub const LATE_FRAGMENT_TESTS: PipelineStageFlags
pub const LATE_FRAGMENT_TESTS: PipelineStageFlags
Late fragment (depth and stencil) tests
Sourcepub const COLOR_ATTACHMENT_OUTPUT: PipelineStageFlags
pub const COLOR_ATTACHMENT_OUTPUT: PipelineStageFlags
Color attachment writes
Sourcepub const COMPUTE_SHADER: PipelineStageFlags
pub const COMPUTE_SHADER: PipelineStageFlags
Compute shading
Sourcepub const TRANSFER: PipelineStageFlags
pub const TRANSFER: PipelineStageFlags
Transfer/copy operations
Sourcepub const BOTTOM_OF_PIPE: PipelineStageFlags
pub const BOTTOM_OF_PIPE: PipelineStageFlags
After previous commands have completed
Sourcepub const HOST: PipelineStageFlags
pub const HOST: PipelineStageFlags
Indicates host (CPU) is a source/sink of the dependency
Sourcepub const ALL_GRAPHICS: PipelineStageFlags
pub const ALL_GRAPHICS: PipelineStageFlags
All stages of the graphics pipeline
Sourcepub const ALL_COMMANDS: PipelineStageFlags
pub const ALL_COMMANDS: PipelineStageFlags
All stages supported on the queue
Source§impl PipelineStageFlags
Generated from ‘VK_EXT_transform_feedback’
impl PipelineStageFlags
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_EXT: PipelineStageFlags
Source§impl PipelineStageFlags
Generated from ‘VK_EXT_conditional_rendering’
impl PipelineStageFlags
Generated from ‘VK_EXT_conditional_rendering’
Sourcepub const CONDITIONAL_RENDERING_EXT: PipelineStageFlags
pub const CONDITIONAL_RENDERING_EXT: PipelineStageFlags
A pipeline stage for conditional rendering predicate fetch
Source§impl PipelineStageFlags
Generated from ‘VK_KHR_acceleration_structure’
impl PipelineStageFlags
Generated from ‘VK_KHR_acceleration_structure’
Source§impl PipelineStageFlags
Generated from ‘VK_KHR_ray_tracing_pipeline’
impl PipelineStageFlags
Generated from ‘VK_KHR_ray_tracing_pipeline’
pub const RAY_TRACING_SHADER_KHR: PipelineStageFlags
Source§impl PipelineStageFlags
Generated from ‘VK_NV_shading_rate_image’
impl PipelineStageFlags
Generated from ‘VK_NV_shading_rate_image’
pub const SHADING_RATE_IMAGE_NV: PipelineStageFlags = Self::FRAGMENT_SHADING_RATE_ATTACHMENT_KHR
Source§impl PipelineStageFlags
Generated from ‘VK_NV_ray_tracing’
impl PipelineStageFlags
Generated from ‘VK_NV_ray_tracing’
pub const RAY_TRACING_SHADER_NV: PipelineStageFlags = Self::RAY_TRACING_SHADER_KHR
pub const ACCELERATION_STRUCTURE_BUILD_NV: PipelineStageFlags = Self::ACCELERATION_STRUCTURE_BUILD_KHR
Source§impl PipelineStageFlags
Generated from ‘VK_NV_mesh_shader’
impl PipelineStageFlags
Generated from ‘VK_NV_mesh_shader’
pub const TASK_SHADER_NV: PipelineStageFlags = Self::TASK_SHADER_EXT
pub const MESH_SHADER_NV: PipelineStageFlags = Self::MESH_SHADER_EXT
Source§impl PipelineStageFlags
Generated from ‘VK_EXT_fragment_density_map’
impl PipelineStageFlags
Generated from ‘VK_EXT_fragment_density_map’
Source§impl PipelineStageFlags
Generated from ‘VK_KHR_fragment_shading_rate’
impl PipelineStageFlags
Generated from ‘VK_KHR_fragment_shading_rate’
Source§impl PipelineStageFlags
Generated from ‘VK_NV_device_generated_commands’
impl PipelineStageFlags
Generated from ‘VK_NV_device_generated_commands’
pub const COMMAND_PREPROCESS_NV: PipelineStageFlags
Source§impl PipelineStageFlags
Generated from ‘VK_KHR_synchronization2’
impl PipelineStageFlags
Generated from ‘VK_KHR_synchronization2’
pub const NONE_KHR: PipelineStageFlags = Self::NONE
Source§impl PipelineStageFlags
Generated from ‘VK_EXT_mesh_shader’
impl PipelineStageFlags
Generated from ‘VK_EXT_mesh_shader’
pub const TASK_SHADER_EXT: PipelineStageFlags
pub const MESH_SHADER_EXT: PipelineStageFlags
Source§impl PipelineStageFlags
Generated from ‘VK_VERSION_1_3’
impl PipelineStageFlags
Generated from ‘VK_VERSION_1_3’
pub const NONE: PipelineStageFlags
Trait Implementations§
Source§impl BitAnd for PipelineStageFlags
impl BitAnd for PipelineStageFlags
Source§type Output = PipelineStageFlags
type Output = PipelineStageFlags
& operator.Source§fn bitand(self, rhs: PipelineStageFlags) -> PipelineStageFlags
fn bitand(self, rhs: PipelineStageFlags) -> PipelineStageFlags
& operation. Read moreSource§impl BitAndAssign for PipelineStageFlags
impl BitAndAssign for PipelineStageFlags
Source§fn bitand_assign(&mut self, rhs: PipelineStageFlags)
fn bitand_assign(&mut self, rhs: PipelineStageFlags)
&= operation. Read moreSource§impl BitOr for PipelineStageFlags
impl BitOr for PipelineStageFlags
Source§type Output = PipelineStageFlags
type Output = PipelineStageFlags
| operator.Source§fn bitor(self, rhs: PipelineStageFlags) -> PipelineStageFlags
fn bitor(self, rhs: PipelineStageFlags) -> PipelineStageFlags
| operation. Read moreSource§impl BitOrAssign for PipelineStageFlags
impl BitOrAssign for PipelineStageFlags
Source§fn bitor_assign(&mut self, rhs: PipelineStageFlags)
fn bitor_assign(&mut self, rhs: PipelineStageFlags)
|= operation. Read moreSource§impl BitXor for PipelineStageFlags
impl BitXor for PipelineStageFlags
Source§type Output = PipelineStageFlags
type Output = PipelineStageFlags
^ operator.Source§fn bitxor(self, rhs: PipelineStageFlags) -> PipelineStageFlags
fn bitxor(self, rhs: PipelineStageFlags) -> PipelineStageFlags
^ operation. Read moreSource§impl BitXorAssign for PipelineStageFlags
impl BitXorAssign for PipelineStageFlags
Source§fn bitxor_assign(&mut self, rhs: PipelineStageFlags)
fn bitxor_assign(&mut self, rhs: PipelineStageFlags)
^= operation. Read moreSource§impl Clone for PipelineStageFlags
impl Clone for PipelineStageFlags
Source§fn clone(&self) -> PipelineStageFlags
fn clone(&self) -> PipelineStageFlags
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for PipelineStageFlags
impl Debug for PipelineStageFlags
Source§impl Default for PipelineStageFlags
impl Default for PipelineStageFlags
Source§fn default() -> PipelineStageFlags
fn default() -> PipelineStageFlags
Source§impl Hash for PipelineStageFlags
impl Hash for PipelineStageFlags
Source§impl Not for PipelineStageFlags
impl Not for PipelineStageFlags
Source§type Output = PipelineStageFlags
type Output = PipelineStageFlags
! operator.Source§fn not(self) -> PipelineStageFlags
fn not(self) -> PipelineStageFlags
! operation. Read moreSource§impl Ord for PipelineStageFlags
impl Ord for PipelineStageFlags
Source§fn cmp(&self, other: &PipelineStageFlags) -> Ordering
fn cmp(&self, other: &PipelineStageFlags) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for PipelineStageFlags
impl PartialEq for PipelineStageFlags
Source§fn eq(&self, other: &PipelineStageFlags) -> bool
fn eq(&self, other: &PipelineStageFlags) -> bool
self and other values to be equal, and is used by ==.