this doesn't do anything, but is here for completeness
| 148 | |
| 149 | // this doesn't do anything, but is here for completeness |
| 150 | void g3_EndFrame(void) { |
| 151 | // make sure temp points are free |
| 152 | CheckTempPoints(); |
| 153 | } |
| 154 | |
| 155 | // get the current view position |
| 156 | void g3_GetViewPosition(vector *vp) { *vp = View_position; } |
no test coverage detected