djeedai / bevy_hanabi

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

Only emit error if pipeline failed creation #342

Closed djeedai closed 3 months ago

djeedai commented 3 months ago

Only emit an error about failing to find an init or update pipeline if the pipeline creation state reports it failed. Otherwise (queued, creating) silently skip the frame until it's ready.

Fixes #341