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

Method slotComboBoxGPUIndexChanged

vulkanCapsViewer.cpp:368–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void VulkanCapsViewer::slotComboBoxGPUIndexChanged(int index)
369{
370 if (index != selectedDeviceIndex)
371 {
372 displayDevice(index);
373 }
374}
375
376void VulkanCapsViewer::slotSaveReport()
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected