Get Started With Compute Shaders

September 21, 2018
5m
Unity 3DTech Art

Getting Started With Compute Shaders

The shader that's a 'Jack of all trades'. Of course, it's the Compute Shader.
These beauties allow your general purpose parallelized code to run on the GPU.
These can be used to do some pretty cool stuff that would be pretty difficult to do otherwise even with multi-threaded CPU code.