Fixed problems with image layouts and layout transitions.
This commit is contained in:
parent
0f8bed9fde
commit
2141145523
5 changed files with 16 additions and 30 deletions
|
|
@ -519,6 +519,8 @@ namespace vks
|
|||
pipelineCreateInfo.layout = layout;
|
||||
pipelineCreateInfo.renderPass = renderPass;
|
||||
pipelineCreateInfo.flags = flags;
|
||||
pipelineCreateInfo.basePipelineIndex = -1;
|
||||
pipelineCreateInfo.basePipelineHandle = VK_NULL_HANDLE;
|
||||
return pipelineCreateInfo;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue