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

Function apiVersionText

vulkanCapsViewer.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349std::string apiVersionText(uint32_t apiVersion)
350{
351 return std::to_string(VK_VERSION_MAJOR(apiVersion)) + "." + std::to_string(VK_VERSION_MINOR(apiVersion)) + "." + std::to_string(VK_VERSION_PATCH(apiVersion));
352}
353
354void VulkanCapsViewer::slotAbout()
355{

Callers 1

slotAboutMethod · 0.85

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected