bevy/crates/bevy_render/src
Jerome Humbert 1dd3fe0d9c Derive Copy for Aabb (#7401)
# Objective

Derive `Copy` for `Aabb`

## Solution

Just do it :)

---

## Changelog

- The `Aabb` type now derives `Copy`.
2023-01-30 18:27:58 +00:00
..
camera Cascaded shadow maps. (#7064) 2023-01-25 12:35:39 +00:00
color Fix KTX2 R8_SRGB, R8_UNORM, R8G8_SRGB, R8G8_UNORM, R8G8B8_SRGB, R8G8B8_UNORM support (#4594) 2023-01-30 09:04:08 +00:00
mesh Update Box vertices comment (#7055) 2022-12-29 23:45:07 +00:00
primitives Derive Copy for Aabb (#7401) 2023-01-30 18:27:58 +00:00
render_graph fix clippy (#7302) 2023-01-20 14:25:25 +00:00
render_phase Reduce the use of atomics in the render phase (#7084) 2023-01-18 02:19:19 +00:00
render_resource Fix minor typos in code and docs (#7378) 2023-01-27 12:12:53 +00:00
renderer Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00
texture Fix KTX2 R8_SRGB, R8_UNORM, R8G8_SRGB, R8G8_UNORM, R8G8B8_SRGB, R8G8B8_UNORM support (#4594) 2023-01-30 09:04:08 +00:00
view Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00
extract_component.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
extract_param.rs Revise SystemParam docs (#7274) 2023-01-20 13:39:23 +00:00
extract_resource.rs gate an import used only for a debug assert (#7165) 2023-01-11 20:52:04 +00:00
globals.rs bevy_reflect: Register missing reflected types for bevy_render (#6725) 2022-11-23 00:41:21 +00:00
lib.rs Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00
pipelined_rendering.rs Remove App::add_sub_app (#7290) 2023-01-24 21:24:25 +00:00
render_asset.rs Fix clippy::iter_with_drain (#6485) 2022-11-06 01:42:15 +00:00
settings.rs Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00
spatial_bundle.rs enum Visibility component (#6320) 2022-12-25 00:39:29 +00:00