pub type PFN_vkCreatePipelineCache = Option<unsafe extern "system" fn(device: VkDevice, pCreateInfo: *const VkPipelineCacheCreateInfo, pAllocator: *const VkAllocationCallbacks, pPipelineCache: *mut VkPipelineCache) -> VkResult>;
Aliased Type§
pub enum PFN_vkCreatePipelineCache {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineCacheCreateInfo, *const VkAllocationCallbacks, *mut *mut VkPipelineCache_T) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkPipelineCacheCreateInfo, *const VkAllocationCallbacks, *mut *mut VkPipelineCache_T) -> i32)
Some value of type T
.