Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ serialize
Method
serialize
framework/hpp_resource_cache.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
std::vector<uint8_t> HPPResourceCache::serialize()
125
{
126
return recorder.get_data();
127
}
128
129
void HPPResourceCache::set_pipeline_cache(vk::PipelineCache new_pipeline_cache)
130
{
Callers
nothing calls this directly
Calls
1
get_data
Method · 0.45
Tested by
no test coverage detected