Function create_pipeline_cache

Source
pub unsafe fn create_pipeline_cache(
    device: VkDevice,
    create_info: *const VkPipelineCacheCreateInfo,
    allocator: *const VkAllocationCallbacks,
    pipeline_cache_out: *mut VkPipelineCache,
) -> VkResult