pub type PFN_vkCreateSampler = unsafe extern "system" fn(_device: Device, _create_info: *const SamplerCreateInfo, _allocator: *const AllocationCallbacks, _sampler: *mut Sampler) -> Result;
Expand description