Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
void Viewport::Apply(ref_ptr<dp::GraphicsContext> context) const
34
{
35
context->SetViewport(GetX0(), GetY0(), GetWidth(), GetHeight());
36
}
37
} // namespace dp
Callers
1
Render
Method · 0.45
Calls
1
SetViewport
Method · 0.45
Tested by
no test coverage detected