examples: Added renderer/primitives example.

This commit is contained in:
Ryan C. Gordon
2024-07-23 10:37:14 -04:00
parent 266744af03
commit 4d8b938969
3 changed files with 91 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ int SDL_AppEvent(void *appstate, const SDL_Event *event)
/* This function runs once per frame, and is the heart of the program. */
int SDL_AppIterate(void *appstate)
{
return SDL_APP_CONTINUE; /* carry on with the program! */
}
/* This function runs once at shutdown. */