Tagged Questions
4
votes
3answers
628 views
CUDA 4.1 Particle Update
I'm using CUDA 4.1 to parse in the update of my Particle system that I've made with DirectX 10. So far, my update method for the particle systems is 1 line of code within a for loop that makes each ...