mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-07 03:48:00 -05:00
renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
committed by
Fernando Sahmkow
parent
767c4b5a99
commit
efc50485b8
@ -138,6 +138,10 @@ public:
|
||||
return Iterator(this, SlotId{SlotId::INVALID_INDEX});
|
||||
}
|
||||
|
||||
[[nodiscard]] size_t size() const noexcept {
|
||||
return values_capacity - free_list.size();
|
||||
}
|
||||
|
||||
private:
|
||||
struct NonTrivialDummy {
|
||||
NonTrivialDummy() noexcept {}
|
||||
|
Reference in New Issue
Block a user