Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Function · 0.85
check_for_general_options
Method · 0.85
parse
Method · 0.85
expand_multifile
Function · 0.85
load_basis_file
Function · 0.85
compress_mode
Function · 0.85
unpack_and_validate_ktx2_file
Function · 0.85
unpack_and_validate_basis_file
Function · 0.85
unpack_and_validate_mode
Function · 0.85
hdr_compare_mode
Function · 0.85
compare_mode
Function · 0.85
split_image_mode
Function · 0.85
Calls
1
error_vprintf
Function · 0.85
Tested by
3
test_mode_ldr
Function · 0.68
test_mode_hdr
Function · 0.68
test_mode_xuastc_ldr
Function · 0.68