Searched refs:GetVkCommandPool (Results 1 – 2 of 2) sorted by relevance
36 device_->GetVkDevice(), pool_->GetVkCommandPool(), 1, &command_); in ~CommandBuffer()43 command_info.commandPool = pool_->GetVkCommandPool(); in Initialize()
34 VkCommandPool GetVkCommandPool() const { return pool_; } in GetVkCommandPool() function