mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-08 04:18:58 +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.