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

11 lines
402 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateFence,vkCreateFence]]
[source,c++]
----
VkResult vkCreateFence(
VkDevice device,
const VkFenceCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkFence* pFence);
----