Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsEffectEnabled
Method
IsEffectEnabled
libs/drape_frontend/postprocess_renderer.cpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
}
204
205
bool PostprocessRenderer::IsEffectEnabled(Effect effect) const
206
{
207
return (m_effects & static_cast<uint32_t>(effect)) > 0;
208
}
209
210
bool PostprocessRenderer::CanRenderAntialiasing() const
211
{
Callers
1
RenderScene
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected