MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / warning

Method warning

tools/imageio/imageinput.cc:341–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void ImageInput::warning(const std::string& wmsg)
342{
343 if (sendWarning) {
344 sendWarning(wmsg);
345 }
346}
347
348void ImageInput::fwarning(const std::string& wmsg)
349{

Callers 2

mainMethod · 0.45
warningFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected