| 1522 | |
| 1523 | |
| 1524 | void VulkanDeviceInfoExtensions::readExtendedProperties() { |
| 1525 | readPhysicalProperties_AMD(); |
| 1526 | readPhysicalProperties_AMDX(); |
| 1527 | readPhysicalProperties_ANDROID(); |
| 1528 | readPhysicalProperties_ARM(); |
| 1529 | readPhysicalProperties_EXT(); |
| 1530 | readPhysicalProperties_HUAWEI(); |
| 1531 | readPhysicalProperties_KHR(); |
| 1532 | readPhysicalProperties_MESA(); |
| 1533 | readPhysicalProperties_MSFT(); |
| 1534 | readPhysicalProperties_NV(); |
| 1535 | readPhysicalProperties_NVX(); |
| 1536 | readPhysicalProperties_OHOS(); |
| 1537 | readPhysicalProperties_QCOM(); |
| 1538 | readPhysicalProperties_VALVE(); |
| 1539 | } |
| 1540 | |
| 1541 | VkPhysicalDeviceFeatures2 VulkanDeviceInfoExtensions::initDeviceFeatures2(void *pNext) { |
| 1542 | VkPhysicalDeviceFeatures2 features2{}; |
nothing calls this directly
no outgoing calls
no test coverage detected