Skip to content

Commit 2b42648

Browse files
committed
Fix syntax
1 parent db8390f commit 2b42648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attachments/30_multisampling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ class HelloTriangleApplication {
10061006
);
10071007
// Transition the multisampled color image to COLOR_ATTACHMENT_OPTIMAL
10081008
transition_image_layout(
1009-
colorImage,
1009+
*colorImage,
10101010
vk::ImageLayout::eUndefined,
10111011
vk::ImageLayout::eColorAttachmentOptimal,
10121012
vk::AccessFlagBits2::eColorAttachmentWrite,

0 commit comments

Comments
 (0)