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

Function tex_flush

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

Source from the content-addressed store, hash-verified

386 }
387
388 void tex_flush()
389 {
390 if (vert_buffer_used)
391 {
392 RwIm2DRenderPrimitive(rwPRIMTYPETRILIST, vert_buffer, vert_buffer_used);
393 vert_buffer_used = 0;
394 }
395 }
396
397 void stop_tex_render()
398 {

Callers 3

stop_tex_renderFunction · 0.85
set_tex_rasterFunction · 0.85
render_tag_modelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected