MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetHandler

Method SetHandler

SampleFramework12/v1.00/Assert.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void Assert::SetHandler(Assert::Handler newHandler)
74{
75 GetAssertHandlerInstance() = newHandler;
76}
77
78Assert::FailBehavior Assert::ReportFailure(const char* condition,
79 const char* file,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected