MCPcopy 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
50AutomaticToneMapping* AutomaticToneMapping::prepare()
51{
52 if (_enabled)
53 {
54 return this;
55 }
56 else
57 {
58 return nullptr;
59 }
60}
61
62void AutomaticToneMapping::finilize()
63{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected