|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Macros | |
| #define | INP_RESIZE_UP 1 |
| #define | INP_RESIZE_DOWN 2 |
| #define | INP_USE_MIP_MAP 3 |
| #define | INP_NO_MIP_MAP 4 |
| #define | INP_EXIT 5 |
Functions | |
| GLuint | glTextureLoadPVR (char *fname, unsigned char isMipMapped, unsigned char glMipMap) |
| int | InputCallback (void) |
| void | RenderInit (void) |
| void | RenderTexturedQuadCentered (GLuint texID, GLfloat width, GLfloat height) |
| int | main (int argc, char **argv) |
| #define INP_EXIT 5 |
Referenced by InputCallback(), and main().
| #define INP_NO_MIP_MAP 4 |
Referenced by InputCallback(), and main().
| #define INP_RESIZE_DOWN 2 |
Referenced by InputCallback(), and main().
| #define INP_RESIZE_UP 1 |
Referenced by InputCallback(), and main().
| #define INP_USE_MIP_MAP 3 |
Referenced by InputCallback(), and main().
|
extern |
Referenced by main().
| int InputCallback | ( | void | ) |
References cont_state_t::buttons, CONT_DPAD_DOWN, CONT_DPAD_UP, CONT_START, CONT_X, CONT_Y, INP_EXIT, INP_NO_MIP_MAP, INP_RESIZE_DOWN, INP_RESIZE_UP, INP_USE_MIP_MAP, maple_dev_status(), maple_enum_type(), and MAPLE_FUNC_CONTROLLER.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
| void RenderInit | ( | void | ) |
Referenced by main().
| void RenderTexturedQuadCentered | ( | GLuint | texID, |
| GLfloat | width, | ||
| GLfloat | height ) |
References vid_mode_t::height, vid_mode, and vid_mode_t::width.
Referenced by main().