Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
743
void VulkanBaseContext::SetProgram(ref_ptr<VulkanGpuProgram> program)
744
{
745
m_pipelineKey.m_program = program;
746
}
747
748
void VulkanBaseContext::SetBlendingEnabled(bool blendingEnabled)
749
{
Callers
1
ApplyState
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected