Searched refs:dev_features (Results 1 – 1 of 1) sorted by relevance
1023 VkPhysicalDeviceFeatures dev_features = { 0 }; in vulkan_device_create_internal() local1048 vkGetPhysicalDeviceFeatures(hwctx->phys_dev, &dev_features); in vulkan_device_create_internal()1049 #define COPY_FEATURE(DST, NAME) (DST).features.NAME = dev_features.NAME; in vulkan_device_create_internal()