djeedai / bevy_hanabi

🎆 Hanabi — a GPU particle system plugin for the Bevy game engine.
Apache License 2.0
927 stars 73 forks source link

Fix indirect dispatch count when groups are used #328

Closed djeedai closed 4 months ago

djeedai commented 4 months ago

Fix the number of workrgoups dispatched in the indirect dispatch pass when groups are used. Only the first group was counted.

Fixes #321

djeedai commented 4 months ago

This is a great stress test, thanks @jakkos-net!

image