Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ clear_framebuffers
Method
clear_framebuffers
framework/resource_cache.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void ResourceCache::clear_framebuffers()
196
{
197
state.framebuffers.clear();
198
}
199
200
void ResourceCache::clear()
201
{
Callers
4
recreate
Method · 0.45
recreate_swapchain
Method · 0.45
update_swapchain
Method · 0.45
update_swapchain_impl
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected