pub type PFN_vkCreateSampler = Option<unsafe extern "C" fn(device: VkDevice, pCreateInfo: *const VkSamplerCreateInfo, pAllocator: *const VkAllocationCallbacks, pSampler: *mut VkSampler) -> VkResult>;Aliased Type§
enum PFN_vkCreateSampler {
None,
Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkSamplerCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSampler_T) -> VkResult),
}Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut VkDevice_T, _: *const VkSamplerCreateInfo, _: *const VkAllocationCallbacks, _: *mut *mut VkSampler_T) -> VkResult)
Some value of type T.