mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-18 02:52:40 +00:00
renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
committed by
Fernando Sahmkow
parent
767c4b5a99
commit
efc50485b8
@@ -1101,6 +1101,10 @@ public:
|
||||
return &handle;
|
||||
}
|
||||
|
||||
VkCommandBuffer operator*() const noexcept {
|
||||
return handle;
|
||||
}
|
||||
|
||||
void Begin(const VkCommandBufferBeginInfo& begin_info) const {
|
||||
Check(dld->vkBeginCommandBuffer(handle, &begin_info));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user