bevy/crates/bevy_render/src
Carter Anderson b32976504d Fix shader import hot reloading on windows (#10502)
# Objective

Hot reloading shader imports on windows is currently broken due to
inconsistent `/` and `\` usage ('/` is used in the user facing APIs and
`\` is produced by notify-rs (and likely other OS apis).

Fixes #10500

## Solution

Standardize import paths when loading a `Shader`. The correct long term
fix is to standardize AssetPath on `/`-only, but this is the right scope
of fix for a patch release.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-11-29 16:41:02 -08:00
..
batching StandardMaterial Light Transmission (#8015) 2023-10-31 20:59:02 +00:00
camera Make DirectionalLight Cascades computation generic over CameraProjection (#9226) 2023-11-03 06:07:59 +00:00
color Add helper function to determine if color is transparent (#10310) 2023-10-31 15:00:49 +00:00
mesh Truncate attribute buffer data rather than attribute buffers (#10270) 2023-10-28 19:03:37 +00:00
primitives
render_graph
render_phase StandardMaterial Light Transmission (#8015) 2023-10-31 20:59:02 +00:00
render_resource Fix shader import hot reloading on windows (#10502) 2023-11-29 16:41:02 -08:00
renderer Bind group entries (#9694) 2023-10-21 15:39:22 +00:00
texture Image Sampler Improvements (#10254) 2023-10-26 23:30:09 +00:00
view Combine visibility queries in check_visibility_system (#10196) 2023-11-02 22:06:38 +00:00
extract_component.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
extract_instances.rs chore: Renamed RenderInstance trait to ExtractInstance (#10065) 2023-10-13 17:06:53 +00:00
extract_param.rs
extract_resource.rs Allow optional extraction of resources from the main world (#10109) 2023-10-14 16:07:49 +00:00
globals.rs Unify FixedTime and Time while fixing several problems (#8964) 2023-10-16 01:57:55 +00:00
globals.wgsl
gpu_component_array_buffer.rs
instance_index.wgsl
lib.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
maths.wgsl
pipelined_rendering.rs
render_asset.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
settings.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
spatial_bundle.rs