mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 23:37:57 +00:00
renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
parent
81373c8499
commit
4b853ff5cf
19 changed files with 336 additions and 171 deletions
|
@ -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 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue