We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8390f commit 2b42648Copy full SHA for 2b42648
1 file changed
attachments/30_multisampling.cpp
@@ -1006,7 +1006,7 @@ class HelloTriangleApplication {
1006
);
1007
// Transition the multisampled color image to COLOR_ATTACHMENT_OPTIMAL
1008
transition_image_layout(
1009
- colorImage,
+ *colorImage,
1010
vk::ImageLayout::eUndefined,
1011
vk::ImageLayout::eColorAttachmentOptimal,
1012
vk::AccessFlagBits2::eColorAttachmentWrite,
0 commit comments