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

Method clear

framework/hpp_resource_cache.cpp:46–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{}
45
46void HPPResourceCache::clear()
47{
48 state.shader_modules.clear();
49 state.pipeline_layouts.clear();
50 state.descriptor_sets.clear();
51 state.descriptor_set_layouts.clear();
52 state.render_passes.clear();
53 clear_pipelines();
54 clear_framebuffers();
55}
56
57void HPPResourceCache::clear_framebuffers()
58{

Callers 2

clear_framebuffersMethod · 0.45
clear_pipelinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected