Go to the source code of this file.
|
| 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. More...
|
| |
| std::unique_ptr< fml::Mapping > | impeller::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. More...
|
| |