1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCreateSemaphore,vkCreateSemaphore]] 3[source,c++] 4---- 5VkResult vkCreateSemaphore( 6 VkDevice device, 7 const VkSemaphoreCreateInfo* pCreateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkSemaphore* pSemaphore); 10---- 11