examples: Added renderer/06-textures

This commit is contained in:
Ryan C. Gordon
2024-09-21 20:39:02 -04:00
parent 9d0b3eded6
commit 2bd3d9cfb7
3 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This example creates an SDL window and renderer, loads a texture from a
.bmp file, and then draws it a few times each frame.