VkPhysicalDeviceFeatures
VkPhysicalDevice is a fundamental structure in the Vulkan graphics API. It represents a physical graphics device available on the system, such as an integrated GPU or a discrete graphics card. When a Vulkan application starts, it enumerates these physical devices to determine which ones are available for use.
Each VkPhysicalDevice object provides access to a wide range of information about the hardware. This includes
Before creating a VkDevice, which is a logical device that the application will interact with, developers must