vulkanHppMinimalExample
vulkanHppMinimalExample copied to clipboard
A condensed vulkan triangle example
Results
1
vulkanHppMinimalExample issues
Sort by
recently updated
recently updated
newest added
Was compiling a few vulkan tutorials I found on the web and came across yours. Line 73-76 in main.cpp: ``` auto physicalDevice = physicalDevices[std::distance(physicalDevices.begin(), std::find_if(physicalDevices.begin(), physicalDevices.end(), [](const vk::PhysicalDevice& physicalDevice) {...