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

10 lines
356 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkResetCommandPool,vkResetCommandPool]]
[source,c++]
----
VkResult vkResetCommandPool(
VkDevice device,
VkCommandPool commandPool,
VkCommandPoolResetFlags flags);
----