ForesightMiningSoftwareCorporation / bevy_transform_gizmo

A 3d gizmo for transforming entities in Bevy.
Apache License 2.0
162 stars 40 forks source link

Fix shader bind group as noted in Bevy PR #10485 #65

Closed zachbateman closed 7 months ago

zachbateman commented 7 months ago

This should fix the wgpu panic in PR #64 for Bevy 0.13

Lethja commented 7 months ago

When combined with #64 (ccf615d), works perfectly

aevyrie commented 7 months ago

Thank you! I've cherry picked this onto the other branch so I can test before merging, and ensure you get credit for the commit.