vkGetPhysicalDeviceFeatures top-level property

VkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures
getter/setter pair

Implementation

VkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures =
    loadFunction<VkGetPhysicalDeviceFeaturesNative>(
            _library, 'vkGetPhysicalDeviceFeatures')
        .asFunction<VkGetPhysicalDeviceFeatures>();