mirror of
https://github.com/charles-lunarg/vk-bootstrap.git
synced 2024-11-10 02:41:47 +00:00
c9d94287a5
Allows users to enable features if they are present, getting back a bool telling them whether the feature is supported and will be enabled on the device. Also: * Removes redundant VkPhysicalDeviceFeatures2 struct in vkb::PhysicalDevice. * Adds test copying of details when creating a VkDevice so that test can check what features were actually enabled on the device. * Creates GenericFeatureChain struct for managing pNext chains. * Allow multiple calls to set_require_features by combining the fields |
||
---|---|---|
.. | ||
integration | ||
bootstrap_tests.cpp | ||
CMakeLists.txt | ||
error_code_tests.cpp | ||
include_checks.cpp | ||
unit_tests.cpp | ||
vulkan_library_loader.hpp | ||
vulkan_mock.cpp | ||
vulkan_mock.def | ||
vulkan_mock.hpp |