| 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 }, |
nothing calls this directly
no outgoing calls
no test coverage detected