|
Tiny3D
|
Go to the source code of this file.
Functions | |
| __attribute__ ((deprecated)) void t3d_debug_print_init() | |
| Initializes the debug print system, make sure to have 'font.ia4.png' in your FS. | |
| void | t3d_debug_print_start () |
| Prepares the RDP for debug printing. | |
| void | t3d_debug_print (float x, float y, const char *str) |
| Prints a string at the given position. | |
| void | t3d_debug_printf (float x, float y, const char *fmt,...) |
| Prints a formatted string at the given position. | |
| __attribute__ | ( | (deprecated) | ) |
Initializes the debug print system, make sure to have 'font.ia4.png' in your FS.
| void t3d_debug_print | ( | float | x, |
| float | y, | ||
| const char * | str ) |
Prints a string at the given position.
| void t3d_debug_print_start | ( | ) |
Prepares the RDP for debug printing.
| void t3d_debug_printf | ( | float | x, |
| float | y, | ||
| const char * | fmt, | ||
| ... ) |
Prints a formatted string at the given position.