bevy/crates/bevy_render
François b056475360 can define a value from inside a shader (#7518)
# Objective

- Fixes #7494
- It is now possible to define a ShaderDef from inside a shader. This can be useful to centralise a value, or making sure an import is only interpreted once

## Solution

- Support `#define <SHADERDEF_NAME> <optional value>`
2023-02-20 00:33:48 +00:00
..
macros Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
src can define a value from inside a shader (#7518) 2023-02-20 00:33:48 +00:00
Cargo.toml Initial tonemapping options (#7594) 2023-02-19 20:38:13 +00:00