cg-tuwien / Auto-Vk

Afterburner for Vulkan development; Auto-Vk is a modern C++ low-level convenience and productivity layer atop Vulkan-Hpp.
MIT License
281 stars 18 forks source link

Eliminate avk::sync #2

Closed johannesugb closed 2 years ago

johannesugb commented 4 years ago

...and replace with command/commands/work.

nuff said

johannesugb commented 4 years ago

// TODO: Move read_impl back into buffer.hpp once avk::sync has been eliminated (Issue #2)

johannesugb commented 2 years ago

Branch commands_and_sync_refactoring solves this.