| 46 | VulkanCommandPool::Buffer* allocBuffer() const; |
| 47 | |
| 48 | VkCommandPool pool() const { |
| 49 | return mPool; |
| 50 | } |
| 51 | |
| 52 | void submitAndWait(VkCommandBuffer buffer) const; |
| 53 | std::shared_ptr<VulkanFence> submit(VkCommandBuffer buffer) const; |
no outgoing calls
no test coverage detected