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

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