bevy/crates/bevy_render
SpeedRoll 952735f5ae Added buffer usage field to buffers (#7423)
# Objective

Buffers in bevy do not allow for setting buffer usage flags which can be useful for setting COPY_SRC, MAP_READ, MAP_WRITE, which allows for buffers to be copied from gpu to cpu for inspection.

## Solution

Add buffer_usage field to buffers and a set_usage function to set them
2023-02-06 21:41:14 +00:00
..
macros Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
src Added buffer usage field to buffers (#7423) 2023-02-06 21:41:14 +00:00
Cargo.toml Wgpu 0.15 (#7356) 2023-01-29 20:27:30 +00:00