SDL/examples/renderer/10-geometry
Ryan C. Gordon fca05fa754 examples: Use SDL_Log() instead of message boxes for errors.
Fixes #11094.
2024-10-06 22:38:04 -04:00
..
README.txt
geometry.c examples: Use SDL_Log() instead of message boxes for errors. 2024-10-06 22:38:04 -04:00

README.txt

This example creates an SDL window and renderer, loads a texture from a .bmp
file, and then draws geometry (arbitrary polygons) using it.