We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27de168 + 214a450 commit 21204e4Copy full SHA for 21204e4
examples/dynamicrenderingmultisampling/dynamicrenderingmultisampling.cpp
@@ -261,7 +261,7 @@ class VulkanExample : public VulkanExampleBase
261
swapChain.images[i],
262
VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT,
263
0,
264
- VK_IMAGE_LAYOUT_UNDEFINED,
+ VK_IMAGE_LAYOUT_GENERAL,
265
VK_IMAGE_LAYOUT_PRESENT_SRC_KHR,
266
VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT,
267
VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT,
0 commit comments