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

Function PrintHelp

src/VulkanSample.cpp:2685–2696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2683}
2684
2685static void PrintHelp()
2686{
2687 wprintf(
2688 L"Command line syntax:\n"
2689 L"-h, --Help Print this information\n"
2690 L"-l, --List Print list of GPUs\n"
2691 L"-g S, --GPU S Select GPU with name containing S\n"
2692 L"-i N, --GPUIndex N Select GPU index N\n"
2693 L"-t, --Test Run tests and exit\n"
2694 L"-s, --TestSparseBinding Run sparese binding tests and exit\n"
2695 );
2696}
2697
2698int MainWindow()
2699{

Callers 1

Main2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected