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

Function formatQString

vulkanResources.h:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402 }
403
404 inline QString formatQString(const VkFormat format)
405 {
406 return QString::fromStdString(formatString(format));
407 }
408
409 inline QString imageLayoutString(const VkImageLayout imageLayout)
410 {

Callers

nothing calls this directly

Calls 1

formatStringFunction · 0.85

Tested by

no test coverage detected