MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~SceneRenderTask

Method ~SceneRenderTask

Source/Engine/Graphics/RenderTask.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154SceneRenderTask::~SceneRenderTask()
155{
156 if (Buffers)
157 Buffers->DeleteObjectNow();
158 if (_customActorsScene)
159 Delete(_customActorsScene);
160}
161
162void SceneRenderTask::CameraCut()
163{

Callers

nothing calls this directly

Calls 2

DeleteFunction · 0.85
DeleteObjectNowMethod · 0.80

Tested by

no test coverage detected