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

Method SetBlendingEnabled

libs/drape/vulkan/vulkan_base_context.cpp:748–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748void VulkanBaseContext::SetBlendingEnabled(bool blendingEnabled)
749{
750 m_pipelineKey.m_blendingEnabled = blendingEnabled;
751}
752
753void VulkanBaseContext::ApplyParamDescriptor(ParamDescriptor && descriptor)
754{

Callers 1

ApplyStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected