Image barrier
This commit is contained in:
parent
82a57c8ce9
commit
4c9c5478d4
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ public:
|
||||||
offScreenFrameBuf.depth.image,
|
offScreenFrameBuf.depth.image,
|
||||||
VK_IMAGE_ASPECT_DEPTH_BIT,
|
VK_IMAGE_ASPECT_DEPTH_BIT,
|
||||||
VK_IMAGE_LAYOUT_UNDEFINED,
|
VK_IMAGE_LAYOUT_UNDEFINED,
|
||||||
VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL);
|
VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL);
|
||||||
|
|
||||||
VulkanExampleBase::flushCommandBuffer(layoutCmd, queue, true);
|
VulkanExampleBase::flushCommandBuffer(layoutCmd, queue, true);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue