Flutter Engine
 
Loading...
Searching...
No Matches
pipeline_cache_data_vk.cc File Reference

Go to the source code of this file.

Namespaces

namespace  impeller
 

Functions

bool impeller::PipelineCacheDataPersist (const fml::UniqueFD &cache_directory, const VkPhysicalDeviceProperties &props, const vk::UniquePipelineCache &cache)
 Persist the pipeline cache to a file in the given cache directory. This function performs integrity checks the Vulkan driver may have missed.
 
std::unique_ptr< fml::Mappingimpeller::PipelineCacheDataRetrieve (const fml::UniqueFD &cache_directory, const VkPhysicalDeviceProperties &props)
 Retrieve the previously persisted pipeline cache data. This function provides integrity checks the Vulkan driver may have missed.
 

Variables

static constexpr const char * impeller::kPipelineCacheFileName