Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
548
DecodedImage DecodePAAFile(const std::string& path)
549
{
550
return DecodePAAFileMip(path, 0);
551
}
552
553
DecodedImage DecodePAAFileMip(const std::string& path, int mipLevel)
554
{
Callers
10
DecodeFile
Function · 0.85
setupModelInspect
Function · 0.85
setupImageInspect
Function · 0.85
setupImageScan
Function · 0.85
pf_image_load
Function · 0.85
FromFile
Method · 0.85
test_dds_converter.cpp
File · 0.85
test_paa_decoder.cpp
File · 0.85
test_paa_encoder.cpp
File · 0.85
test_paa_decode_fixtures.cpp
File · 0.85
Calls
1
DecodePAAFileMip
Function · 0.85
Tested by
no test coverage detected