1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCreateCommandPool,vkCreateCommandPool]] 3[source,c++] 4---- 5VkResult vkCreateCommandPool( 6 VkDevice device, 7 const VkCommandPoolCreateInfo* pCreateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkCommandPool* pCommandPool); 10---- 11