Function inexor::vulkan_renderer::vk_tools::get_device_feature_description

Function Documentation

std::string_view inexor::vulkan_renderer::vk_tools::get_device_feature_description(std::size_t index)

Get a feature description of a VkBool32 value in the VkPhysicalDeviceFeatures struct by index.

Note

If the index is out of bounds, no exception will be thrown, but an empty description will be returned instead.

Parameters

index – The index of the VkBool32 value in the VkPhysicalDeviceFeatures struct.

Returns

A feature description