Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ serialize
Method
serialize
framework/resource_cache.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
std::vector<uint8_t> ResourceCache::serialize()
51
{
52
return recorder.get_data();
53
}
54
55
void ResourceCache::set_pipeline_cache(VkPipelineCache new_pipeline_cache)
56
{
Callers
2
~PipelineCache
Method · 0.45
~HPPPipelineCache
Method · 0.45
Calls
1
get_data
Method · 0.45
Tested by
no test coverage detected