GPU/Vulkan: Fix UBO hazard across cmdbuffers

This commit is contained in:
Connor McLaughlin
2021-03-14 01:53:17 +10:00
parent 05f6f8579f
commit c062cc2c26
2 changed files with 20 additions and 12 deletions

View File

@ -53,6 +53,7 @@ private:
const VkClearValue* clear_value = nullptr);
void BeginVRAMRenderPass();
void EndRenderPass();
void ExecuteCommandBuffer(bool wait_for_completion, bool restore_state);
bool CreatePipelineLayouts();
bool CreateSamplers();