NVIDIAGameWorks / FleX

Other
646 stars 99 forks source link

In Unity is MapParticleData -> NvFlexMap the expected performance bottleneck? #121

Open davisg123 opened 3 years ago

davisg123 commented 3 years ago

Hi, I'm running a simulation with just a few static shapes on screen and no particles and seeing a 10ms delay when FlexExt makes the MapParticleData call. Is this the expected bottleneck? It seems like an awfully long time to move data from the GPU to the CPU. I'm running it on an NVIDIA Tesla M60

I wanted to experiment with using Device buffer type instead of Host buffer type, but that doesn't seem to be an option when using NVFlexExt

Screen Shot 2021-06-01 at 8 54 53 PM