Function BlamRendering::ShowCrashScreen

Function Documentation

void BlamRendering::ShowCrashScreen(const char *exc, const char *file, int line, std::string message)

Displays the engine crash screen.

Parameters
  • exc: - The expression that caused the assertion failure.

  • file: - The file that caused the assertion failure.

  • line: - The line number in the file that caused the failure.

  • message: - Additional details regarding the crash.