Type Alias ash::vk::PFN_vkCreateSampler

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