| 1546 | } |
| 1547 | |
| 1548 | void VulkanDeviceInfoExtensions::pushFeature2(const char* extension, std::string name, bool supported) { |
| 1549 | features2.push_back(Feature2(name, supported, extension)); |
| 1550 | } |
| 1551 | |
| 1552 | void VulkanDeviceInfoExtensions::readPhysicalFeatures_AMD() { |
| 1553 | VkPhysicalDeviceFeatures2 deviceFeatures2{}; |