Also track batch fences in the CP properly

This commit is contained in:
Dr. Chat
2016-11-08 19:41:35 -06:00
parent 48f6ba747c
commit 1afb899b7d
2 changed files with 11 additions and 12 deletions

View File

@@ -126,7 +126,7 @@ class VulkanCommandProcessor : public CommandProcessor {
const RenderState* current_render_state_ = nullptr;
VkCommandBuffer current_command_buffer_ = nullptr;
VkCommandBuffer current_setup_buffer_ = nullptr;
std::shared_ptr<ui::vulkan::Fence> current_batch_fence_;
VkFence current_batch_fence_;
};
} // namespace vulkan