MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / readExtendedFeatures

Method readExtendedFeatures

vulkanDeviceInfoExtensions.cpp:4140–4156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4138
4139
4140void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected