MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ui_EndDraw

Function ui_EndDraw

ui/UIDraw.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void ui_EndDraw() {
114 grtext_Flush();
115 rend_EndFrame();
116}
117
118// sets text clipping within the startdraw region
119void ui_SetTextClip(int left, int top, int right, int bottom) { grtext_SetParameters(left, top, right, bottom); }

Callers 3

ui_DoCursorFunction · 0.85
RenderMethod · 0.85
DoUIMethod · 0.85

Calls 2

grtext_FlushFunction · 0.85
rend_EndFrameFunction · 0.50

Tested by

no test coverage detected