You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesbevyengine#2037 (and then some)
Problem:
- `TypeUuid`, `RenderResource`, and `Bytes` derive macros did not properly handle generic structs.
Solution:
- Rework the derive macro implementations to handle the generics.
Bevy version
0.5
Operating system & version
Windows 10 (not sure this matters)
What you did
I tried deriving
RenderResources
andTypeUuid
for a struct with const generics:What you expected to happen
It should have included the const type parameters in the implementation.
What actually happened
It didn't include the const type parameters:
The text was updated successfully, but these errors were encountered: