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

Function CreateBlurContext

trinity/PostProcess/Tr2PostProcessRenderer.cpp:155–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153{
154
155BlurContext CreateBlurContext( BlurType type, BlurChannel channel, BlurProcess process, BlurFinalize finalize )
156{
157 BlurContext context;
158 context.type = type;
159 context.channel = channel;
160 context.process = process;
161 context.finalize = finalize;
162
163 return context;
164}
165
166
167

Callers 1

RenderDepthOfFieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected