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

Method pushFeature2

tools/templates/VulkanDeviceInfoExtensions.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void VulkanDeviceInfoExtensions::pushFeature2(const char* extension, std::string name, bool supported) {
55 features2.push_back(Feature2(name, supported, extension));
56}
57
58{{implementation_features2_functions}}
59

Callers

nothing calls this directly

Calls 1

Feature2Class · 0.70

Tested by

no test coverage detected