Adding mutliple queue/shared queue support.

This commit is contained in:
Ben Vanik
2016-02-18 16:40:45 -08:00
parent ea959b52fd
commit 00594da417
5 changed files with 66 additions and 25 deletions

View File

@@ -53,7 +53,6 @@ class VulkanContext : public GraphicsContext {
std::unique_ptr<VulkanSwapChain> swap_chain_;
std::unique_ptr<VulkanImmediateDrawer> immediate_drawer_;
VkCommandPool cmd_pool_ = nullptr;
};
} // namespace vulkan