Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void ResourceCache::warmup(const std::vector<uint8_t> &data)
44
{
45
recorder.set_data(data);
46
47
replayer.play(*this, recorder);
48
}
49
50
std::vector<uint8_t> ResourceCache::serialize()
51
{
Callers
2
prepare
Method · 0.45
prepare
Method · 0.45
Calls
2
set_data
Method · 0.45
play
Method · 0.45
Tested by
no test coverage detected