[][src]Type Definition vulkanalia_sys::PFN_vkCreateSampler

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