Skip to main content

create_semaphore

Function create_semaphore 

Source
pub unsafe fn create_semaphore(
    device: VkDevice,
    create_info: *const VkSemaphoreCreateInfo,
    allocator: *const VkAllocationCallbacks,
    semaphore_out: *mut VkSemaphore,
) -> VkResult
Expand description

ยงSafety

direct calling ffi functions.