Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
212
void 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_data
Method · 0.45
play
Method · 0.45
Tested by
no test coverage detected