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

Function wmain

src/VulkanSample.cpp:2791–2801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2789}
2790
2791int wmain(int argc, wchar_t** argv)
2792{
2793 int result = 0;
2794 try
2795 {
2796 result = Main2(argc, argv);
2797 TEST(g_CpuAllocCount.load() == 0);
2798 }
2799 CATCH_PRINT_ERROR(return (int)ExitCode::RuntimeError;)
2800 return result;
2801}
2802
2803#else // #ifdef _WIN32
2804

Callers

nothing calls this directly

Calls 2

Main2Function · 0.85
TESTEnum · 0.85

Tested by

no test coverage detected