examples: Added renderer/09-scaling-textures

This commit is contained in:
Ryan C. Gordon
2024-09-22 01:06:38 -04:00
parent 4fdeb6861b
commit 1a90e09262
3 changed files with 112 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, scaling it up and down.