MCPcopy Create free account
hub / github.com/comaps/comaps / ResetPipelineCache

Method ResetPipelineCache

libs/drape/vulkan/vulkan_base_context.cpp:567–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567void VulkanBaseContext::ResetPipelineCache()
568{
569 vkDeviceWaitIdle(m_device);
570 if (m_pipeline)
571 m_pipeline->ResetCache(m_device);
572}
573
574void VulkanBaseContext::SetClearColor(Color const & color)
575{

Callers 1

DestroyForVulkanMethod · 0.80

Calls 1

ResetCacheMethod · 0.80

Tested by

no test coverage detected