renderer_vulkan: Introduce separate cmd buffer for uploads
This commit is contained in:
parent
767c4b5a99
commit
efc50485b8
19 changed files with 336 additions and 171 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue