DirectCompute tutorial for Unity: Kernels and thread groups
scrawkCompute shader, DirectCompute, dx11 <- Previous : Introduction The last post of this tutorial series was just a bit of a introduction but from here on its all about the code. Today I will be going over the core concepts for writing compute shaders in Unity. At the heart of a compute shader is the kernel. This […]