Function create_sampler

Source
pub unsafe fn create_sampler(
    device: VkDevice,
    create_info: &SamplerCreateInfo,
    allocation_callbacks: Option<&VkAllocationCallbacks>,
) -> Result<VkSampler>