38 #ifndef AMINO_RX_SCENE_SDL_H
39 #define AMINO_RX_SCENE_SDL_H
73 struct aa_gl_globals * globals,
74 int *update,
int *quit );
77 AA_API void aa_sdl_display_loop(
79 struct aa_gl_globals * globals,
85 AA_API void aa_sdl_gl_window(
93 SDL_GLContext *p_glcontext );
95 AA_API const struct timespec *
98 AA_API const struct timespec *
101 AA_API const struct timespec *
AA_API void aa_sdl_init(void)
Initialize SDL library and options.
int(* aa_sdl_display_fun)(void *context, struct aa_sdl_display_params *params)
Display handler function to call in SDL loop.
#define AA_API
calling and name mangling convention for functions
Parameters for SDL display function.