PFN_vkCreateSemaphoreSciSyncPoolNV

Type Alias PFN_vkCreateSemaphoreSciSyncPoolNV 

Source
pub type PFN_vkCreateSemaphoreSciSyncPoolNV = unsafe extern "system" fn(_device: Device, _create_info: *const SemaphoreSciSyncPoolCreateInfoNV, _allocator: *const AllocationCallbacks, _semaphore_pool: *mut SemaphoreSciSyncPoolNV) -> Result;
Expand description