MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / AddGlobalCustomPostFx

Method AddGlobalCustomPostFx

Source/Engine/Graphics/RenderTask.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void SceneRenderTask::AddGlobalCustomPostFx(PostProcessEffect* fx)
193{
194 GlobalCustomPostFx.AddUnique(fx);
195}
196
197void SceneRenderTask::RemoveGlobalCustomPostFx(PostProcessEffect* fx)
198{

Callers 2

SetupMethod · 0.80
EnableMethod · 0.80

Calls 1

AddUniqueMethod · 0.80

Tested by

no test coverage detected