examples: Added renderer/14-viewport

(This intentionally skips a few example numbers, as I intend to fill in some
other topics before this, later.)
This commit is contained in:
Ryan C. Gordon
2024-09-23 14:13:53 -04:00
parent e00ea27d25
commit 1ed3dac021
3 changed files with 139 additions and 0 deletions

View File

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