MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / error_printf

Function error_printf

encoder/basisu_enc.cpp:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 }
276
277 void error_printf(const char *pFmt, ...)
278 {
279 va_list args;
280 va_start(args, pFmt);
281 error_vprintf(pFmt, args);
282 va_end(args);
283 }
284
285#if defined(_WIN32)
286 void platform_sleep(uint32_t ms)

Callers 15

load_listing_fileFunction · 0.85
parseMethod · 0.85
expand_multifileFunction · 0.85
load_basis_fileFunction · 0.85
compress_modeFunction · 0.85
unpack_and_validate_modeFunction · 0.85
hdr_compare_modeFunction · 0.85
compare_modeFunction · 0.85
split_image_modeFunction · 0.85

Calls 1

error_vprintfFunction · 0.85

Tested by 3

test_mode_ldrFunction · 0.68
test_mode_hdrFunction · 0.68
test_mode_xuastc_ldrFunction · 0.68