Files
SDL/examples/renderer/10-geometry/README.txt

4 lines
139 B
Plaintext
Raw Normal View History

This example creates an SDL window and renderer, loads a texture from a .png
2024-09-22 01:07:38 -04:00
file, and then draws geometry (arbitrary polygons) using it.