bevy/crates/bevy_color
IceSentry abc6f983ce
Impl ShaderType for LinearRgba (#12137)
# Objective

- LinearRgba is the color type intended for shaders but using it for
shaders is currently not easy because it doesn't implement ShaderType

## Solution

- add encase as a dependency and impl the required traits.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
Co-authored-by: Zachary Harrold <zac@harrold.com.au>
2024-02-26 22:31:49 +00:00
..
crates/gen_tests bevy_color: Add Laba to support Lab Color Model (#12115) 2024-02-26 22:30:50 +00:00
src Impl ShaderType for LinearRgba (#12137) 2024-02-26 22:31:49 +00:00
Cargo.toml Impl ShaderType for LinearRgba (#12137) 2024-02-26 22:31:49 +00:00