pub type PFN_vkCreateSemaphore = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkSemaphoreCreateInfo, pAllocator: *const VkAllocationCallbacks, pSemaphore: *mut VkSemaphore) -> VkResult>;Aliased Type§
pub enum PFN_vkCreateSemaphore {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSemaphoreCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSemaphore_T) -> i32),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSemaphoreCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSemaphore_T) -> i32)
Some value of type T.