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

Function addFlagModelItem

vulkanCapsViewer.cpp:1722–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720}
1721
1722void addFlagModelItem(QStandardItem *parent, QString flagName, bool flag)
1723{
1724 if (flag)
1725 {
1726 QList<QStandardItem *> flagItems;
1727 flagItems << new QStandardItem(flagName);
1728 parent->appendRow(flagItems);
1729 }
1730}
1731
1732void VulkanCapsViewer::displayDeviceFormats(VulkanDeviceInfo *device)
1733{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected