Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/DevilutionX
/ IsRedrawComponent
Function
IsRedrawComponent
Source/engine/backbuffer_state.cpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
bool IsRedrawComponent(PanelDrawComponent component)
94
{
95
return GetBackbufferState().redrawState.redrawComponents[static_cast<size_t>(component)];
96
}
97
98
void RedrawComponentComplete(PanelDrawComponent component)
99
{
Callers
1
DrawAndBlit
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected