Gaspard-- / magma

A vulkan library
11 stars 1 forks source link

Generalisation of DynamicBuffer that also handles images #56

Closed Gaspard-- closed 6 years ago

Gaspard-- commented 6 years ago

This seems like something that could be useful, especially for raven-os/feathers.

Gaspard-- commented 6 years ago

Ok, there's a catch though. DynamicBuffer actually allocates ranges from buffers, not buffers. Closing because I didn't think this through apparently.