Skip to content

Commit

Permalink
Missing lambda parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Aug 16, 2024
1 parent 4570e45 commit 2942951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/commands.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace vku {
}

container::OnDemandCounterStorage timelineSemaphores
= container::makeOnDemandCounterStorage<std::uint64_t>([&] -> vk::raii::Semaphore {
= container::makeOnDemandCounterStorage<std::uint64_t>([&]() -> vk::raii::Semaphore {
return { device, vk::StructureChain {
vk::SemaphoreCreateInfo{},
vk::SemaphoreTypeCreateInfo { vk::SemaphoreType::eTimeline, 0 },
Expand Down

0 comments on commit 2942951

Please sign in to comment.