Type Alias PFN_vkCreatePipelineCache

Source
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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.