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