Indirect Compute Shader

Direct means CPU tells GPU to execute work, amount of work is given by CPU Indirect means CPU tells GPU to execute work, amount of work is calculated in GPU Scenario: I have a maximum no. of cats (say 10000 cats). Since they all get hungry at different times so I should only feed the … Continue reading Indirect Compute Shader