bevy/crates/bevy_render/src
Julian Heinken a92790c011
sRGB awareness for Color (#616)
Color is now sRGB aware, added SrgbColorSpace trait for f32
2020-10-08 10:30:23 -07:00
..
batch Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
camera Iter added camera to update their projection (#488) 2020-10-05 10:41:34 -07:00
mesh switch to u32 indices by default (#572) 2020-09-25 14:29:30 -07:00
pass enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
pipeline switch to u32 indices by default (#572) 2020-09-25 14:29:30 -07:00
render_graph github actions: use stable clippy (#577) 2020-09-25 21:34:47 -07:00
renderer github actions: use stable clippy (#577) 2020-09-25 21:34:47 -07:00
shader iOS: use shaderc-rs for glsl to spirv compilation (#324) 2020-09-01 11:06:15 -07:00
texture Switch usage of std HashMap/HashSet default hasher, to aHash algo (#258) 2020-08-28 17:08:51 -07:00
color.rs sRGB awareness for Color (#616) 2020-10-08 10:30:23 -07:00
colorspace.rs sRGB awareness for Color (#616) 2020-10-08 10:30:23 -07:00
draw.rs github actions: use stable clippy (#577) 2020-09-25 21:34:47 -07:00
entity.rs Transform Rewrite (#374) 2020-09-14 14:00:32 -07:00
lib.rs sRGB awareness for Color (#616) 2020-10-08 10:30:23 -07:00