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

Method AddDelayedDraw

Source/Engine/Renderer/RenderList.cpp:320–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void RenderList::AddDelayedDraw(DelayedDraw&& func)
321{
322 _delayedDraws.Add(MoveTemp(func));
323}
324
325void RenderList::DrainDelayedDraws(GPUContext* context, RenderContextBatch& renderContextBatch, int32 renderContextIndex)
326{

Callers 1

DrawEmitterGPUFunction · 0.80

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected