MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / DecodePAAFile

Function DecodePAAFile

engine/Poseidon/Graphics/Textures/PAADecoder.cpp:548–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548DecodedImage DecodePAAFile(const std::string& path)
549{
550 return DecodePAAFileMip(path, 0);
551}
552
553DecodedImage DecodePAAFileMip(const std::string& path, int mipLevel)
554{

Callers 10

DecodeFileFunction · 0.85
setupModelInspectFunction · 0.85
setupImageInspectFunction · 0.85
setupImageScanFunction · 0.85
pf_image_loadFunction · 0.85
FromFileMethod · 0.85

Calls 1

DecodePAAFileMipFunction · 0.85

Tested by

no test coverage detected