void(* large_tex_draw)(rdpq_tile_t tile, const surface_t *tex, int s0, int t0, int s1, int t1, void(*draw_cb)(rdpq_tile_t tile, int s0, int t0, int s1, int t1), bool filtering)
Helper function to draw a large surface that doesn't fit in TMEM.
Definition rdpq_tex_internal.h:31
void __rdpq_tex_blit(const surface_t *surf, float x0, float y0, const rdpq_blitparms_t *parms, large_tex_draw ltd)
Internal implementation of rdpq_tex_blit, using a custom large tex loader callback function.
Definition rdpq_tex.c:668