Searched refs:commandPoolCreateInfo (Results 1 – 1 of 1) sorted by relevance
765 VkCommandPoolCreateInfo commandPoolCreateInfo = {}; in createCommandPool() local766 commandPoolCreateInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in createCommandPool()767 commandPoolCreateInfo.pNext = nullptr; in createCommandPool()768 commandPoolCreateInfo.flags = 0; in createCommandPool()769 commandPoolCreateInfo.queueFamilyIndex = queueFamilyIndex; in createCommandPool()770 RETURN_ON_VULKAN_ERROR(vkCreateCommandPool(device, &commandPoolCreateInfo, in createCommandPool()