MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / PrintLogo

Function PrintLogo

src/VulkanSample.cpp:2677–2683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2675}
2676
2677static void PrintLogo()
2678{
2679 wprintf(L"%s using VMA %d.%d.%d\n", APP_TITLE_W,
2680 VK_VERSION_MAJOR(VMA_VERSION),
2681 VK_VERSION_MINOR(VMA_VERSION),
2682 VK_VERSION_PATCH(VMA_VERSION));
2683}
2684
2685static void PrintHelp()
2686{

Callers 1

Main2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected