Function inexor::vulkan_renderer::tools::get_device_features_as_vector¶
Defined in File device_info.hpp
Function Documentation¶
-
std::vector<VkBool32> inexor::vulkan_renderer::tools::get_device_features_as_vector(const VkPhysicalDeviceFeatures &features)¶
Transform a
VkPhysicalDeviceFeaturesinto astd::vector<VkBool32>Note
The size of the vector will be determined by the number of
VkBool32variables in theVkPhysicalDeviceFeaturesstruct- Parameters:
features – The physical device features
- Returns:
A
std::vector<VkBool32>The transformed data