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

Method GetCurrentPipelineLayout

libs/drape/vulkan/vulkan_base_context.cpp:786–790  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786VkPipelineLayout VulkanBaseContext::GetCurrentPipelineLayout() const
787{
788 CHECK(m_pipelineKey.m_program != nullptr, ());
789 return m_pipelineKey.m_program->GetPipelineLayout();
790}
791
792uint32_t VulkanBaseContext::GetCurrentDynamicBufferOffset() const
793{

Callers 2

RenderRangeMethod · 0.80
BindVertexBuffersMethod · 0.80

Calls 1

GetPipelineLayoutMethod · 0.80

Tested by

no test coverage detected