Searched refs:del_cb (Results 1 – 1 of 1) sorted by relevance
6154 auto del_cb = dev_data->commandBufferMap.find(*poolCb); in vkDestroyCommandPool() local6155 delete (*del_cb).second; // delete CB info structure in vkDestroyCommandPool()6156 dev_data->commandBufferMap.erase(del_cb); // Remove this command buffer in vkDestroyCommandPool()