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

Method GetCurrentPipeline

libs/drape/vulkan/vulkan_base_context.cpp:774–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774VkPipeline VulkanBaseContext::GetCurrentPipeline()
775{
776 return m_pipeline->GetPipeline(m_device, m_pipelineKey);
777}
778
779std::vector<ParamDescriptor> const & VulkanBaseContext::GetCurrentParamDescriptors() const
780{

Callers 2

RenderRangeMethod · 0.80
BindVertexBuffersMethod · 0.80

Calls 1

GetPipelineMethod · 0.80

Tested by

no test coverage detected