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

Method Apply

libs/drape/viewport.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void Viewport::Apply(ref_ptr<dp::GraphicsContext> context) const
34{
35 context->SetViewport(GetX0(), GetY0(), GetWidth(), GetHeight());
36}
37} // namespace dp

Callers 1

RenderMethod · 0.45

Calls 1

SetViewportMethod · 0.45

Tested by

no test coverage detected