Julien Koenen
Results
2
comments of
Julien Koenen
I'm not sure I follow - I did get a validation error with your code and in the example the dstAccessMask is VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT instead of 0)
This section in the spec is probably relevant: ~~~ Applications must ensure that layout transitions happen-after all operations accessing the image with the old layout, and happen-before any operations that...