MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Profiles / VkTestFramework

Method VkTestFramework

layer/tests/vktestframework.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#endif // _WIN32
48
49VkTestFramework::VkTestFramework() {
50#ifdef _WIN32
51 _set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
52 SetErrorMode(SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX);
53 _CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_FILE);
54 _CrtSetReportFile(_CRT_ASSERT, _CRTDBG_FILE_STDERR);
55#endif // _WIN32
56}
57VkTestFramework::~VkTestFramework() {}
58
59#ifdef __ANDROID__

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected