R_RenderFrame
(refdef_t fd)
| 931 | * R_RenderFrame |
| 932 | */ |
| 933 | public void R_RenderFrame(refdef_t fd) { |
| 934 | R_RenderView(fd); |
| 935 | R_SetLightLevel(); |
| 936 | R_SetGL2D(); |
| 937 | } |
| 938 | |
| 939 | /** |
| 940 | * R_Register |
nothing calls this directly
no test coverage detected