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

Method SetProgram

libs/drape/vulkan/vulkan_base_context.cpp:743–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741}
742
743void VulkanBaseContext::SetProgram(ref_ptr<VulkanGpuProgram> program)
744{
745 m_pipelineKey.m_program = program;
746}
747
748void VulkanBaseContext::SetBlendingEnabled(bool blendingEnabled)
749{

Callers 1

ApplyStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected