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

Function IsSupported

libs/drape_frontend/postprocess_renderer.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132bool IsSupported(drape_ptr<dp::Framebuffer> const & framebuffer)
133{
134 return framebuffer != nullptr && framebuffer->IsSupported();
135}
136} // namespace
137
138PostprocessRenderer::~PostprocessRenderer()

Callers 2

IsEnabledMethod · 0.85
CanRenderAntialiasingMethod · 0.85

Calls 1

IsSupportedMethod · 0.45

Tested by

no test coverage detected