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

Method set_pipeline_cache

framework/resource_cache.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void ResourceCache::set_pipeline_cache(VkPipelineCache new_pipeline_cache)
56{
57 pipeline_cache = new_pipeline_cache;
58}
59
60ShaderModule &ResourceCache::request_shader_module(VkShaderStageFlagBits stage, const ShaderSource &glsl_source, const ShaderVariant &shader_variant)
61{

Callers 4

prepareMethod · 0.45
draw_guiMethod · 0.45
prepareMethod · 0.45
draw_guiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected