Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
void SceneRenderTask::AddGlobalCustomPostFx(PostProcessEffect* fx)
193
{
194
GlobalCustomPostFx.AddUnique(fx);
195
}
196
197
void SceneRenderTask::RemoveGlobalCustomPostFx(PostProcessEffect* fx)
198
{
Callers
2
Setup
Method · 0.80
Enable
Method · 0.80
Calls
1
AddUnique
Method · 0.80
Tested by
no test coverage detected