SDL/examples/renderer/02-primitives
Sam Lantinga 438a214420 Changed main callback return values to an enumeration
Fixes https://github.com/libsdl-org/SDL/issues/10515
2024-08-16 11:16:05 -07:00
..
README.txt examples: Print a description of the program to the console on startup. 2024-07-30 12:23:07 -04:00
renderer-primitives.c Changed main callback return values to an enumeration 2024-08-16 11:16:05 -07:00

README.txt

This example creates an SDL window and renderer, and then draws some lines,
rectangles and points to it every frame.