MCPcopy Create free account
hub / github.com/crownengine/crown / fatal

Method fatal

src/device/device.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 virtual void fatal(const char *_filePath, uint16_t _line, bgfx::Fatal::Enum _code, const char *_str) override
144 {
145 CE_UNUSED_4(_filePath, _line, _code, _str);
146 error::abort("%s (code 0x%08x).\n", _str, _code);
147 }
148
149 virtual void traceVargs(const char *_filePath, u16 _line, const char *_format, va_list _argList) override
150 {

Callers

nothing calls this directly

Calls 1

abortFunction · 0.50

Tested by

no test coverage detected