pub struct PipelineStageFlags(/* private fields */);
Expand description
Implementations§
Source§impl PipelineStageFlags
impl PipelineStageFlags
Source§impl PipelineStageFlags
impl PipelineStageFlags
Sourcepub const TOP_OF_PIPE: Self = _
pub const TOP_OF_PIPE: Self = _
Before subsequent commands are processed
Sourcepub const DRAW_INDIRECT: Self = _
pub const DRAW_INDIRECT: Self = _
Draw/DispatchIndirect command fetch
Sourcepub const VERTEX_INPUT: Self = _
pub const VERTEX_INPUT: Self = _
Vertex/index fetch
Sourcepub const VERTEX_SHADER: Self = _
pub const VERTEX_SHADER: Self = _
Vertex shading
Sourcepub const TESSELLATION_CONTROL_SHADER: Self = _
pub const TESSELLATION_CONTROL_SHADER: Self = _
Tessellation control shading
Sourcepub const TESSELLATION_EVALUATION_SHADER: Self = _
pub const TESSELLATION_EVALUATION_SHADER: Self = _
Tessellation evaluation shading
Sourcepub const GEOMETRY_SHADER: Self = _
pub const GEOMETRY_SHADER: Self = _
Geometry shading
Sourcepub const FRAGMENT_SHADER: Self = _
pub const FRAGMENT_SHADER: Self = _
Fragment shading
Sourcepub const EARLY_FRAGMENT_TESTS: Self = _
pub const EARLY_FRAGMENT_TESTS: Self = _
Early fragment (depth and stencil) tests
Sourcepub const LATE_FRAGMENT_TESTS: Self = _
pub const LATE_FRAGMENT_TESTS: Self = _
Late fragment (depth and stencil) tests
Sourcepub const COLOR_ATTACHMENT_OUTPUT: Self = _
pub const COLOR_ATTACHMENT_OUTPUT: Self = _
Color attachment writes
Sourcepub const COMPUTE_SHADER: Self = _
pub const COMPUTE_SHADER: Self = _
Compute shading
Sourcepub const BOTTOM_OF_PIPE: Self = _
pub const BOTTOM_OF_PIPE: Self = _
After previous commands have completed
Sourcepub const ALL_GRAPHICS: Self = _
pub const ALL_GRAPHICS: Self = _
All stages of the graphics pipeline
Sourcepub const ALL_COMMANDS: Self = _
pub const ALL_COMMANDS: Self = _
All stages supported on the queue
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_EXT_transform_feedback’
pub const TRANSFORM_FEEDBACK_EXT: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_EXT_conditional_rendering’
Sourcepub const CONDITIONAL_RENDERING_EXT: Self = _
pub const CONDITIONAL_RENDERING_EXT: Self = _
A pipeline stage for conditional rendering predicate fetch
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_KHR_acceleration_structure’
pub const ACCELERATION_STRUCTURE_BUILD_KHR: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_KHR_ray_tracing_pipeline’
pub const RAY_TRACING_SHADER_KHR: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_NV_shading_rate_image’
pub const SHADING_RATE_IMAGE_NV: Self = Self::FRAGMENT_SHADING_RATE_ATTACHMENT_KHR
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_NV_ray_tracing’
pub const RAY_TRACING_SHADER_NV: Self = Self::RAY_TRACING_SHADER_KHR
pub const ACCELERATION_STRUCTURE_BUILD_NV: Self = Self::ACCELERATION_STRUCTURE_BUILD_KHR
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_NV_mesh_shader’
pub const TASK_SHADER_NV: Self = Self::TASK_SHADER_EXT
pub const MESH_SHADER_NV: Self = Self::MESH_SHADER_EXT
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_EXT_fragment_density_map’
pub const FRAGMENT_DENSITY_PROCESS_EXT: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_KHR_fragment_shading_rate’
pub const FRAGMENT_SHADING_RATE_ATTACHMENT_KHR: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_NV_device_generated_commands’
pub const COMMAND_PREPROCESS_NV: Self = _
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_KHR_synchronization2’
Source§impl PipelineStageFlags
impl PipelineStageFlags
Generated from ‘VK_EXT_mesh_shader’
pub const TASK_SHADER_EXT: Self = _
pub const MESH_SHADER_EXT: Self = _
Trait Implementations§
Source§impl BitAnd for PipelineStageFlags
impl BitAnd for PipelineStageFlags
Source§impl BitAndAssign for PipelineStageFlags
impl BitAndAssign for PipelineStageFlags
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
&=
operation. Read moreSource§impl BitOr for PipelineStageFlags
impl BitOr for PipelineStageFlags
Source§impl BitOrAssign for PipelineStageFlags
impl BitOrAssign for PipelineStageFlags
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
|=
operation. Read moreSource§impl BitXor for PipelineStageFlags
impl BitXor for PipelineStageFlags
Source§impl BitXorAssign for PipelineStageFlags
impl BitXorAssign for PipelineStageFlags
Source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
^=
operation. Read moreSource§impl Clone for PipelineStageFlags
impl Clone for PipelineStageFlags
Source§fn clone(&self) -> PipelineStageFlags
fn clone(&self) -> PipelineStageFlags
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more