Bohdan Soproniuk
Results
1
comments of
Bohdan Soproniuk
`std::tie(result, backBufferIndex) = swapchainData.swapchain.acquireNextImage(...)` is an actual snippet from my C++20 sample... `std::ignore` works in place of `result` as well. I'm using Vulkan SDK 1.3.280.0.