Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information