Put image memory barrier in proper command buffer
This commit is contained in:
parent
7086684979
commit
9a727ccc43
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ public:
|
|||
|
||||
// Prepare current mip level as image blit source for next level
|
||||
vks::tools::insertImageMemoryBarrier(
|
||||
copyCmd,
|
||||
blitCmd,
|
||||
texture.image,
|
||||
VK_ACCESS_TRANSFER_WRITE_BIT,
|
||||
VK_ACCESS_TRANSFER_READ_BIT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue