bevy/crates/bevy_render
Nathan Ward b07db8462f Bevy derives handling generics in impl definitions. (#2044)
Fixes #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.
2021-05-01 02:57:20 +00:00
..
src Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00
Cargo.toml change how to select bevy-glsl-to-spirv or shaderc (#1819) 2021-04-19 21:28:30 +00:00