Logger

sfetch_logger_t

Used in sfetch_desc_t to provide a custom logging and error reporting callback to sokol-fetch

Members

Variables

func
void function(const(char)*, uint, uint, const(char)*, uint, const(char)*, void*) func;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
user_data
void* user_data;
Undocumented in source.

Meta