MCPcopy Create free account
hub / github.com/GPUOpen-Tools/compressonator / PrintError

Method PrintError

cmp_framework/common/cmp_mips.cpp:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void CMP_CMIPS::PrintError(const char* Format, ...)
53{
54 char buff[1024];
55 // define a pointer to save argument list
56 va_list args;
57 // process the arguments into our debug buffer
58 va_start(args, Format);
59 vsnprintf(buff, 1024, Format, args);
60 va_end(args);
61
62 PrintInfo(buff);
63}
64
65void CMP_CMIPS::Print(const char* Format, ...)
66{

Callers 15

Image_Plugin_BRLGMethod · 0.80
ReadBlockDataFunction · 0.80
LoadPackagedTexturesMethod · 0.80
SavePackagedTexturesMethod · 0.80
Plugin_DDSMethod · 0.80
allocateMipSetFunction · 0.80
loadImageFunction · 0.80

Calls 1

PrintInfoFunction · 0.85

Tested by

no test coverage detected