[][src]Type Definition ash::vk::PFN_vkCreateSampler

type PFN_vkCreateSampler = extern "system" fn(device: Device, p_create_info: *const SamplerCreateInfo, p_allocator: *const AllocationCallbacks, p_sampler: *mut Sampler) -> Result;