GPU Particles

Compute‑driven particle simulation and rendering using indirect draw.

GPU particles thumbnail

Overview

Particle state update executed in compute passes. Draw calls are issued via indirect buffers with GPU‑generated instance counts for scalability.

Highlights

  • Simulation in compute with structured buffers
  • GPU culling and compaction
  • Indirect draw for large particle counts