MCPcopy 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
50std::vector<uint8_t> ResourceCache::serialize()
51{
52 return recorder.get_data();
53}
54
55void ResourceCache::set_pipeline_cache(VkPipelineCache new_pipeline_cache)
56{

Callers 2

~PipelineCacheMethod · 0.45
~HPPPipelineCacheMethod · 0.45

Calls 1

get_dataMethod · 0.45

Tested by

no test coverage detected