top of page
My specialization made me dive into the world of compute shaders, and how beneficial they are in the world of VFX particles. By having the ability to handle millions upon millions of them, without making the CPU do all the calculations. But instead, we do it on the GPU (Graphics Processing Unit).
Computer shader particles
bottom of page