Function BlamRendering::DirectX::ShowCrashScreen

Function Documentation

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

Displays the engine crash screen.

The crash sreen is only rendered if the debug parameter passed to either BlamRendering::DirectX::RenderLoop or BlamRendering::DirectX::RenderThread is set to true.

Parameters
  • message: - Additional details regarding the crash.

  • str: - 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.