VulkanExamples
VulkanExamples copied to clipboard
Examples and demos for the Vulkan C++ API
The existing multiview example uses geometry shaders. Either port to [VK_KHR_multiview](https://www.khronos.org/registry/vulkan/specs/1.1-extensions/html/vkspec.html#VK_KHR_multiview) or add an additional example.
because image barriers can't transition the image in the middle of a pass.
`Cannot get query results on queryPool 0x3d with index 0 which is in flight.`
I suspect that this may be related to: https://github.com/SaschaWillems/Vulkan/pull/238 I can't confirm that it does work on other graphics cards, just that it doesn't on my own integrated graphics.
This one is an enhancement but it would be nice if there was an example of how to either use the screenshot layer or better how to manually fetch the...
- vk::Device::getQueryPoolResults (patch 1, 2) - vk::createResultValue -> vk::ResultValue (patch 3)