Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Aug 29, 2024
1 parent 36e45fb commit e147255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/msaa-triangle/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ int main(){
vku::executeSingleCommand(*gpu.device, *graphicsCommandPool, gpu.queues.graphics, [&](vk::CommandBuffer cb) {
// .begin() and .end are called automatically.

// Change attachment layout to ColorAttachmentOptimal.
// Change attachment layouts for rendering.
cb.pipelineBarrier2KHR({
{}, {}, {},
vku::unsafeProxy({
Expand Down

0 comments on commit e147255

Please sign in to comment.