Files
SDL/examples/renderer/06-textures/README.txt

4 lines
126 B
Plaintext
Raw Normal View History

2024-09-21 20:39:02 -04:00
This example creates an SDL window and renderer, loads a texture from a
.png file, and then draws it a few times each frame.
2024-09-21 20:39:02 -04:00