MCPcopy Create free account
hub / github.com/defold/defold / error_printf

Function error_printf

engine/dlib/src/basis/encoder/basisu_enc.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void error_printf(const char *pFmt, ...)
216 {
217 va_list args;
218 va_start(args, pFmt);
219 error_vprintf(pFmt, args);
220 va_end(args);
221 }
222
223#if defined(_WIN32)
224 inline void query_counter(timer_ticks* pTicks)

Callers 15

handle_verify_failureFunction · 0.85
initMethod · 0.85
init_etc1_imagesMethod · 0.85
create_image_descsMethod · 0.85
initMethod · 0.85
load_tgaFunction · 0.85
load_pngFunction · 0.85
save_pngFunction · 0.85

Calls 1

error_vprintfFunction · 0.85

Tested by

no test coverage detected