sokol.log

Undocumented in source.

Members

Aliases

func
alias func = slog_func

Plug this function into the 'logger.func' struct item when initializing any of the sokol headers. For instance for sokol_audio.h it would loom like this:

Functions

slog_func
void slog_func(const(char)* , uint , uint , const(char)* , uint , const(char)* , void* )

Plug this function into the 'logger.func' struct item when initializing any of the sokol headers. For instance for sokol_audio.h it would loom like this:

Meta