Type Definition vulkanalia_sys::PFN_vkCreateSampler[][src]

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