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

Class featureSet

vulkanCapsViewer.cpp:1758–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1756 rootItem->appendRow(rowItems);
1757
1758 struct featureSet {
1759 std::string name;
1760 VkFlags flags;
1761 };
1762 std::vector<featureSet> featureSets =
1763 {
1764 { "Linear tiling flags", format.properties.linearTilingFeatures },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected