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

10 lines
342 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkResetFences,vkResetFences]]
[source,c++]
----
VkResult vkResetFences(
VkDevice device,
uint32_t fenceCount,
const VkFence* pFences);
----