MCPcopy 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
205bool PostprocessRenderer::IsEffectEnabled(Effect effect) const
206{
207 return (m_effects & static_cast<uint32_t>(effect)) > 0;
208}
209
210bool PostprocessRenderer::CanRenderAntialiasing() const
211{

Callers 1

RenderSceneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected