mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-25 20:45:12 +00:00
Merge pull request #749 from krOoze/reaply_cond_rend_pr
Reapply #742: Make STAGE_CONDITIONAL_RENDERING part of graphics pipe
This commit is contained in:
commit
988a551dcf
@ -537,6 +537,14 @@ For the compute pipeline, the following stages occur in this order:
|
|||||||
* ename:VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT
|
* ename:VK_PIPELINE_STAGE_COMPUTE_SHADER_BIT
|
||||||
* ename:VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT
|
* ename:VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT
|
||||||
|
|
||||||
|
ifdef::VK_EXT_conditional_rendering[]
|
||||||
|
The conditional rendering stage is formally part of both the graphics, and
|
||||||
|
the compute pipeline. The pipeline stage where the predicate read happens
|
||||||
|
has unspecified order relative to other stages of these pipelines:
|
||||||
|
|
||||||
|
* ename:VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT
|
||||||
|
endif::VK_EXT_conditional_rendering[]
|
||||||
|
|
||||||
For the transfer pipeline, the following stages occur in this order:
|
For the transfer pipeline, the following stages occur in this order:
|
||||||
|
|
||||||
* ename:VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT
|
* ename:VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT
|
||||||
@ -548,13 +556,6 @@ guaranteed:
|
|||||||
|
|
||||||
* ename:VK_PIPELINE_STAGE_HOST_BIT
|
* ename:VK_PIPELINE_STAGE_HOST_BIT
|
||||||
|
|
||||||
ifdef::VK_EXT_conditional_rendering[]
|
|
||||||
For conditional rendering operations, the pipeline stage where predicate
|
|
||||||
read happens has no particular order relative to other stages.
|
|
||||||
|
|
||||||
* ename:VK_PIPELINE_STAGE_CONDITIONAL_RENDERING_BIT_EXT
|
|
||||||
endif::VK_EXT_conditional_rendering[]
|
|
||||||
|
|
||||||
ifdef::VK_NVX_device_generated_commands[]
|
ifdef::VK_NVX_device_generated_commands[]
|
||||||
For the command processing pipeline, the following stages occur in this
|
For the command processing pipeline, the following stages occur in this
|
||||||
order:
|
order:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user