| 376 | } |
| 377 | |
| 378 | void start_tex_render(U32 font_id) |
| 379 | { |
| 380 | font_data& fd = active_fonts[font_id]; |
| 381 | |
| 382 | rcz = 1.0f / RwCameraGetNearClipPlane(RwCameraGetCurrentCamera()); |
| 383 | nsz = RwIm2DGetNearScreenZ(); |
| 384 | |
| 385 | xfont::set_render_state(fd.raster); |
| 386 | } |
| 387 | |
| 388 | void tex_flush() |
| 389 | { |