MCPcopy Create free account
hub / github.com/carbonengine/trinity / Hash

Method Hash

trinity/PostProcess/Tr2PostProcessRenderer.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 BlurFinalize finalize = BF_None;
52
53 uint32_t Hash() const
54 {
55 return finalize * 1000 + process * 100 + type * 10 + channel;
56 }
57};
58
59BlurContext CreateBlurContext( BlurType type = BlurType::BT_Big, BlurChannel channel = BlurChannel::BC_rgba, BlurProcess process = BlurProcess::BP_None, BlurFinalize finalize = BlurFinalize::BF_None );

Callers 1

BlurMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected