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

Method TotalSize

engine/PoseidonGL33/TextureGL33_Loading.cpp:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 case PacDXT5:
27 return true;
28 default:
29 return false;
30 }
31}
32
33} // namespace
34
35PacFormat UploadFormatForTextureGL33(PacFormat format, bool interpolate)
36{
37 if (interpolate && IsCompressedInterpolationFormat(format))
38 return PacARGB1555;
39 return format;
40}

Callers

nothing calls this directly

Calls 2

MipmapSizeGL33Function · 0.85
DstFormatMethod · 0.80

Tested by

no test coverage detected