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§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkSamplerCreateInfo, *const VkAllocationCallbacks, *mut *mut VkSampler_T) -> i32)
Some value of type T.