mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
[vulkan] Remove missed preinitialized stages
This commit is contained in:
parent
6e636a27d0
commit
bf4613acd5
1 changed files with 0 additions and 3 deletions
|
@ -77,9 +77,6 @@ const qfv_pipelinestagepair_t imageLayoutTransitionStages[] = {
|
|||
// undefined -> transfer dst optimal
|
||||
{ VK_PIPELINE_STAGE_TOP_OF_PIPE_BIT,
|
||||
VK_PIPELINE_STAGE_TRANSFER_BIT },
|
||||
// preinitialized -> shader read only optimal
|
||||
{ VK_PIPELINE_STAGE_TRANSFER_BIT,
|
||||
VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT },
|
||||
// transfer dst optimal -> shader read only optimal
|
||||
{ VK_PIPELINE_STAGE_TRANSFER_BIT,
|
||||
VK_PIPELINE_STAGE_FRAGMENT_SHADER_BIT },
|
||||
|
|
Loading…
Reference in a new issue