Skip to main content

vkCreateSampler

Function vkCreateSampler 

Source
pub unsafe extern "system" fn vkCreateSampler(
    device: VkDevice,
    pCreateInfo: *const VkSamplerCreateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pSampler: *mut VkSampler,
) -> VkResult
Expand description

Available if built with exported-prototypes.