| 4138 | |
| 4139 | |
| 4140 | void VulkanDeviceInfoExtensions::readExtendedFeatures() { |
| 4141 | readPhysicalFeatures_AMD(); |
| 4142 | readPhysicalFeatures_AMDX(); |
| 4143 | readPhysicalFeatures_ANDROID(); |
| 4144 | readPhysicalFeatures_ARM(); |
| 4145 | readPhysicalFeatures_EXT(); |
| 4146 | readPhysicalFeatures_HUAWEI(); |
| 4147 | readPhysicalFeatures_IMG(); |
| 4148 | readPhysicalFeatures_INTEL(); |
| 4149 | readPhysicalFeatures_KHR(); |
| 4150 | readPhysicalFeatures_MESA(); |
| 4151 | readPhysicalFeatures_NV(); |
| 4152 | readPhysicalFeatures_QCOM(); |
| 4153 | readPhysicalFeatures_QNX(); |
| 4154 | readPhysicalFeatures_SEC(); |
| 4155 | readPhysicalFeatures_VALVE(); |
| 4156 | } |
nothing calls this directly
no outgoing calls
no test coverage detected