MCPcopy 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
195void ResourceCache::clear_framebuffers()
196{
197 state.framebuffers.clear();
198}
199
200void ResourceCache::clear()
201{

Callers 4

recreateMethod · 0.45
recreate_swapchainMethod · 0.45
update_swapchainMethod · 0.45
update_swapchain_implMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected