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

Method GetShaders

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

Source from the content-addressed store, hash-verified

33 void Unbind() override {}
34
35 std::array<VkPipelineShaderStageCreateInfo, 2> GetShaders() const { return {{m_vertexShader, m_fragmentShader}}; }
36
37 VkDescriptorSetLayout GetDescriptorSetLayout() const { return m_descriptorSetLayout; }
38

Callers 1

GetPipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected