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

Method Destroy

libs/drape/vulkan/vulkan_pipeline.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void VulkanPipeline::Destroy(VkDevice device)
272{
273 vkDeviceWaitIdle(device);
274 Dump(device);
275 ResetCache(device);
276 vkDestroyPipelineCache(device, m_vulkanPipelineCache, nullptr);
277}
278
279VkPipeline VulkanPipeline::GetPipeline(VkDevice device, PipelineKey const & key)
280{

Callers 4

RenderGlyphsMethod · 0.45
~VulkanBaseContextMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by 1

RenderGlyphsMethod · 0.36