| 2155 | } |
| 2156 | |
| 2157 | void rend_TransformSetViewport(int lx, int ty, int width, int height) { |
| 2158 | dglViewport(lx, gpu_state.screen_height - (ty + height - 1), width, height); |
| 2159 | } |
| 2160 | |
| 2161 | void rend_TransformSetProjection(float trans[4][4]) { |
| 2162 | dglMatrixMode(GL_PROJECTION); |
no outgoing calls
no test coverage detected