Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ PushScaling
Method
PushScaling
BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
BEGIN_NS(extui)
18
19
void DrawingContext::PushScaling(GuiMeasureScaling scaling)
20
{
21
ScalingStack.push_back(Scaling);
22
Scaling = scaling;
23
}
24
25
void DrawingContext::PopScaling()
26
{
Callers
1
BeginRender
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected