PFN_vkCreateSampler

Type Alias PFN_vkCreateSampler 

Source
pub type PFN_vkCreateSampler = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkSamplerCreateInfo, pAllocator: *const VkAllocationCallbacks, pSampler: *mut VkSampler) -> VkResult>;

Aliased Type§

pub enum PFN_vkCreateSampler {
    None,
    Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSamplerCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSampler_T) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSamplerCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSampler_T) -> i32)

Some value of type T.