Type Definition erupt::vk1_0::PFN_vkCreateSampler[][src]

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

Vulkan Manual Page · Function