So the compute shader has a maximum of 1024 threads. How do I work on a buffer with more than 1024 elements ? Can I iterate an arbitrary amount of elements of a buffer in a single thread ?
↧