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

Function CleanupGPUParticlesSorting

Source/Engine/Particles/Particles.cpp:673–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671#endif
672
673void CleanupGPUParticlesSorting()
674{
675 GPUParticlesSorting = nullptr;
676 GPUEmitterDraws.Resize(0);
677 SAFE_DELETE_GPU_RESOURCE(GPUIndirectArgsBuffer);
678}
679
680void DrawEmittersGPU(GPUContext* context, RenderContextBatch& renderContextBatch)
681{

Callers 1

DisposeMethod · 0.85

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected