pub unsafe fn create_semaphore(
device: VkDevice,
create_info: *const VkSemaphoreCreateInfo,
allocator: *const VkAllocationCallbacks,
semaphore_out: *mut VkSemaphore,
) -> VkResultExpand description
ยงSafety
direct calling ffi functions.