···703703/*! Gets the string representation of an error code. */
704704DECLSPEC const char* SDLCALL GPU_GetErrorString(GPU_ErrorEnum error);
705705706706+/*! Changes the maximum number of error objects that SDL_gpu will store. This deletes all currently stored errors. */
707707+DECLSPEC void SDLCALL GPU_SetErrorStackMax(unsigned int max);
708708+706709// End of Logging
707710/*! @} */
708711