SDL/examples/renderer/10-geometry/README.txt
2024-09-22 01:10:33 -04:00

3 lines
139 B
Text

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