mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-28 15:19:25 +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.