MCPcopy 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
124std::vector<uint8_t> HPPResourceCache::serialize()
125{
126 return recorder.get_data();
127}
128
129void HPPResourceCache::set_pipeline_cache(vk::PipelineCache new_pipeline_cache)
130{

Callers

nothing calls this directly

Calls 1

get_dataMethod · 0.45

Tested by

no test coverage detected