Loading...
Searching...
No Matches
- Global __attribute__ ((deprecated)) void t3d_debug_print_init()
- Use 'rdpq_text_register_font' with one of the built-in fonts instead E.g.: 'rdpq_text_register_font(FONT_BUILTIN_DEBUG_MONO, rdpq_font_load_builtin(FONT_BUILTIN_DEBUG_MONO));'
- Global t3d_debug_print (float x, float y, const char *str)
- Use 'rdpq_text_print' instead
- Global t3d_debug_print_start ()
- Can be removed. Check if a sync is needed before removing
- Global t3d_debug_printf (float x, float y, const char *fmt,...)
- Use 'rdpq_text_printf' instead