blob: 0b6fe17dd0a079b329a39fbf40d9f17a7705b965 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkCreateSemaphore,vkCreateSemaphore]]
[source,c++]
----
VkResult vkCreateSemaphore(
VkDevice device,
const VkSemaphoreCreateInfo* pCreateInfo,
const VkAllocationCallbacks* pAllocator,
VkSemaphore* pSemaphore);
----