Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/DeferredTexturing
/ mz_compressBound
Function
mz_compressBound
SampleFramework12/v1.00/TinyEXR.cpp:1647–1649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1645
}
1646
1647
mz_ulong mz_compressBound(mz_ulong source_len) {
1648
return mz_deflateBound(NULL, source_len);
1649
}
1650
1651
typedef struct {
1652
tinfl_decompressor m_decomp;
Callers
3
CompressZip
Function · 0.85
SaveEXR
Function · 0.85
SaveMultiChannelEXR
Function · 0.85
Calls
1
mz_deflateBound
Function · 0.85
Tested by
no test coverage detected