unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkCreateCommandPool.txt

11 lines
426 B
Plaintext

// 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);
----