Searched refs:mCmdPool (Results 1 – 2 of 2) sorted by relevance
35 VkCommandPool getCmdPool() const { return mCmdPool; } in getCmdPool()53 VkCommandPool mCmdPool; variable
141 res = vkCreateCommandPool(mDevice, &cmd_pool_info, nullptr, &mCmdPool); in Initialize()