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

Method pushFeature2

vulkanDeviceInfoExtensions.cpp:1548–1550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Feature2Class · 0.70

Tested by

no test coverage detected