Skip to main content

vkCreatePipelineCache

Function vkCreatePipelineCache 

Source
pub unsafe extern "system" fn vkCreatePipelineCache(
    device: VkDevice,
    pCreateInfo: *const VkPipelineCacheCreateInfo,
    pAllocator: *const VkAllocationCallbacks,
    pPipelineCache: *mut VkPipelineCache,
) -> VkResult
Expand description

Available if built with exported-prototypes.