blob: ba032d2a5c49d3e4617bf9b343a030d0045663f3 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateCommandPool,vkCreateCommandPool]]
[source,c++]
----
VkResult vkCreateCommandPool(
VkDevice device,
const VkCommandPoolCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkCommandPool* pCommandPool);
----