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

Method GetPipelineLayout

libs/drape/vulkan/vulkan_gpu_program.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 VkDescriptorSetLayout GetDescriptorSetLayout() const { return m_descriptorSetLayout; }
38
39 VkPipelineLayout GetPipelineLayout() const { return m_pipelineLayout; }
40
41 TextureBindings const & GetTextureBindings() const { return m_textureBindings; }
42

Callers 2

GetPipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected