Chaining Compute Shaders
My new side-side project with DirectX 11 is something that has been bothering me for awhile. Chaining compute shaders with variable length output. Chaining compute shaders that output the same amount of work is trivial, in fact, you’d likely just merge the code into one uber compute shader. One…