MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / start_tex_render

Function start_tex_render

src/SB/Core/x/xFont.cpp:378–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

start_renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected