|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <kos.h>#include <stdlib.h>#include <plx/font.h>#include <plx/prim.h>#include <plx/context.h>Functions | |
| void | pm_shutdown (void) |
| void | pm_init (void) |
| void | pm_drawbar (float pct, float posx, float posy, float posz, uint32_t c1, uint32_t c2) |
| void | pm_draw (void) |
Variables | |
| plx_font_t * | font |
| plx_fcxt_t * | fcxt |
| void pm_draw | ( | void | ) |
References fcxt, NULL, pct(), pm_drawbar(), pvr_get_stats(), pvr_list_begin(), pvr_list_finish(), PVR_LIST_TR_POLY, and stats().
Referenced by sphere_frame().
| void pm_init | ( | void | ) |
References fcxt, font, pm_shutdown(), and PVR_LIST_TR_POLY.
Referenced by main().
| plx_fcxt_t* fcxt |
Referenced by pm_draw(), pm_init(), and pm_shutdown().
| plx_font_t* font |
Referenced by pm_init(), and pm_shutdown().