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

Method clear

framework/resource_cache.cpp:200–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void ResourceCache::clear()
201{
202 state.shader_modules.clear();
203 state.pipeline_layouts.clear();
204 state.descriptor_sets.clear();
205 state.descriptor_set_layouts.clear();
206 state.render_passes.clear();
207 clear_pipelines();
208 clear_framebuffers();
209}
210
211const ResourceCacheState &ResourceCache::get_internal_state() const
212{

Callers 2

clear_pipelinesMethod · 0.45
clear_framebuffersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected