MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / SetPostProcessTint

Method SetPostProcessTint

TombEngine/Renderer/RendererPostProcess.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void Renderer::SetPostProcessTint(Vector3 tint)
147 {
148 _postProcessTint = tint;
149 }
150
151 void Renderer::CopyRenderTarget(RenderTarget2D* source, RenderTarget2D* dest, RenderView& view)
152 {

Callers 3

ParseEffectsFunction · 0.80
CleanUpFunction · 0.80
SetPostProcessTintFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected