Function create_sampler

Source
pub unsafe fn create_sampler(
    device: VkDevice,
    create_info: *const VkSamplerCreateInfo,
    allocator: *const VkAllocationCallbacks,
    sampler_out: *mut VkSampler,
) -> VkResult