Never call this directly.
Defined in <SDL3/SDL_assert.h>
SDL_AssertState SDL_ReportAssertion(SDL_AssertData *data,const char *func,
const char *file, int line);
SDL_AssertData * | data | assert data structure. |
const char * | func | function name. |
const char * | file | file name. |
int | line | line number. |
(SDL_AssertState) Returns assert state.
Use the SDL_assert* macros instead.
It is safe to call this function from any thread.
This function is available since SDL 3.1.3.