vk-bootstrap/src
Charles Giessen 0c459dca6f Add new error condition for DeviceBuilder
If an application uses add_required_extension_features but also adds
a VkPhysicalDeviceFeatures2 to the pNext chain of VkDeviceCreateInfo,
this will now result in an error. The reason is that Vk-Bootstrap is
perfectly capable of adding VkPhysicalDeviceFeatures to the pNext
chain itself but only if the user didn't already add their own.
2023-01-12 16:07:43 -07:00
..
VkBootstrap.cpp Add new error condition for DeviceBuilder 2023-01-12 16:07:43 -07:00
VkBootstrap.h Add new error condition for DeviceBuilder 2023-01-12 16:07:43 -07:00
VkBootstrapDispatch.h Handle multiple required extensions in generator 2023-01-12 16:02:46 -07:00