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