MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / SetBailout

Method SetBailout

tests/framework/error_monitor.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332void ErrorMonitor::SetBailout(std::atomic<bool>* bailout) {
333 auto guard = Lock();
334 bailout_ = bailout;
335}
336
337void ErrorMonitor::ExpectSuccess(VkDebugReportFlagsEXT const message_flag_mask) {
338 // Match ANY message matching specified type

Callers 7

TEST_FFunction · 0.80
TEST_FFunction · 0.80
RunMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected