Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ prepare
Method
prepare
sources/base/AutomaticToneMapping.cpp:50–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
AutomaticToneMapping* AutomaticToneMapping::prepare()
51
{
52
if (_enabled)
53
{
54
return this;
55
}
56
else
57
{
58
return nullptr;
59
}
60
}
61
62
void AutomaticToneMapping::finilize()
63
{
Callers
1
setAutomaticToneMappingConfig
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected