bevy/crates/bevy_render/src/renderer/render_resource
Paweł Grabarz 189df30a83 use bytemuck crate instead of Byteable trait (#2183)
This gets rid of multiple unsafe blocks that we had to maintain ourselves, and instead depends on library that's commonly used and supported by the ecosystem. We also get support for glam types for free.

There is still some things to clear up with the `Bytes` trait, but that is a bit more substantial change and can be done separately. Also there are already separate efforts to use `crevice` crate, so I've just added that as a TODO.
2021-05-17 22:29:10 +00:00
..
bind_group.rs Switch to default PartialEq implementation for RenderResourceBinding (#877) 2020-11-21 11:52:44 -08:00
buffer.rs Add support for reading from mapped buffers (#1274) 2021-01-21 17:53:43 -08:00
mod.rs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
render_resource_bindings.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
render_resource.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
shared_buffers.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
texture.rs Bevy Reflection (#926) 2020-11-27 16:39:59 -08:00