bevy/crates/bevy_render/src
Benjamin Brienen c93217b966
Fix compilation error (#17060)
Small follow-up to #17011 

Please don't merge until the CI passes all checks
2024-12-31 16:22:19 +00:00
..
batching Refactor batch_and_prepare_binned_render_phase in preparation for bin retention. (#16922) 2024-12-30 20:11:31 +00:00
camera Simplify sort/max_by calls (#17048) 2024-12-30 22:59:36 +00:00
diagnostic
mesh Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
primitives Add .contains_aabb for Frustum (#16022) 2024-12-01 21:30:01 +00:00
render_graph Prefer Display over Debug (#16112) 2024-12-27 00:40:06 +00:00
render_phase Refactor batch_and_prepare_binned_render_phase in preparation for bin retention. (#16922) 2024-12-30 20:11:31 +00:00
render_resource Refactor batch_and_prepare_binned_render_phase in preparation for bin retention. (#16922) 2024-12-30 20:11:31 +00:00
renderer Fix compilation error (#17060) 2024-12-31 16:22:19 +00:00
texture Change GpuImage::size from UVec2 to Extent3d (#16815) 2024-12-17 19:08:09 +00:00
view fix visibility propagation during reparenting (#17025) 2024-12-30 20:55:44 +00:00
alpha.rs
color_operations.wgsl
extract_component.rs Remove ExtractComponent::Out (#15926) 2024-10-15 23:42:35 +00:00
extract_instances.rs
extract_param.rs
extract_resource.rs
globals.rs Remove bevy_core (#16897) 2024-12-19 18:36:51 +00:00
globals.wgsl
gpu_component_array_buffer.rs
gpu_readback.rs Don't overalign aligned values in gpu_readback::align_byte_size (#17007) 2024-12-30 05:51:37 +00:00
lib.rs Fix several regressions from recent rendering changes. (#16890) 2024-12-22 23:03:06 +00:00
maths.wgsl
pipelined_rendering.rs
render_asset.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
settings.rs cleanup bevy_render/lib.rs (#16481) 2024-11-22 22:32:04 +00:00
spatial_bundle.rs
storage.rs Add a bindless mode to AsBindGroup. (#16368) 2024-12-03 18:00:34 +00:00
sync_component.rs
sync_world.rs impl EntityBorrow for more types (#16917) 2024-12-24 02:47:03 +00:00