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

Method warmup

framework/hpp_resource_cache.cpp:212–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void HPPResourceCache::warmup(const std::vector<uint8_t> &data)
213{
214 recorder.set_data(data);
215
216 replayer.play(*this, recorder);
217}
218} // namespace vkb

Callers

nothing calls this directly

Calls 2

set_dataMethod · 0.45
playMethod · 0.45

Tested by

no test coverage detected