MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / warmup

Method warmup

framework/resource_cache.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ResourceCache::warmup(const std::vector<uint8_t> &data)
44{
45 recorder.set_data(data);
46
47 replayer.play(*this, recorder);
48}
49
50std::vector<uint8_t> ResourceCache::serialize()
51{

Callers 2

prepareMethod · 0.45
prepareMethod · 0.45

Calls 2

set_dataMethod · 0.45
playMethod · 0.45

Tested by

no test coverage detected