bevy/crates/bevy_render/src
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
..
camera Detect camera projection changes (#2015) 2021-04-27 01:11:04 +00:00
mesh Fix mesh with no vertex attributes causing panic (#2036) 2021-04-28 19:04:01 +00:00
pass Update to wgpu-rs 0.7 (#542) 2021-01-31 20:06:42 -08:00
pipeline Error message improvements for shader compilation/gltf loading (#1786) 2021-04-13 02:56:30 +00:00
render_graph Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
renderer Bevy derives handling generics in impl definitions. (#2044) 2021-05-01 02:57:20 +00:00
shader change how to select bevy-glsl-to-spirv or shaderc (#1819) 2021-04-19 21:28:30 +00:00
texture Moved events to ECS (#1823) 2021-04-13 20:36:37 +00:00
wireframe Remove remaining camerapos bindings (#1708) 2021-03-22 18:10:35 +00:00
color.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
colorspace.rs color spaces and representation (#1572) 2021-03-17 23:59:51 +00:00
draw.rs Frustum Culling (for Sprites) (#1492) 2021-03-24 21:29:53 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00