mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 15:15:19 +03:00
A `Buffer` class was created to hold any generic Vulkan buffer object with `span` semantics, `StagingBuffer` was implemented atop it as a wrapper for `Buffer` that inherits from `FenceCycleDependency` and can be used as such.