MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / rend_SetErrorMessage

Function rend_SetErrorMessage

renderer/HardwareBaseGPU.cpp:96–99  ·  view source on GitHub ↗

Sets an error message

Source from the content-addressed store, hash-verified

94
95// Sets an error message
96void rend_SetErrorMessage(const char *str) {
97 ASSERT(strlen(str) < 256);
98 strcpy(Renderer_error_message, str);
99}
100
101// FIXME: Unused
102// Sets the argb characteristics of the font characters. color1 is the upper left and proceeds clockwise

Callers 1

opengl_SetupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected