vello/piet-gpu-hal
Raph Levien 0cc72d9765 Reduce allocations for retaining resources
Use an enum instead of Box<dyn Any> for resources to be retained until
command buffer completion, and allow both references (which will be
cloned) and owned resources (useful for staging buffers).
2021-05-24 14:10:28 -07:00
..
examples Add create_buffer_init method 2021-05-24 13:18:11 -07:00
src Reduce allocations for retaining resources 2021-05-24 14:10:28 -07:00
Cargo.toml Migrate to BufferUsage 2021-05-21 19:43:55 -07:00