summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt')
-rw-r--r--src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt b/src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt
new file mode 100644
index 0000000..9da7c7a
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/examples/renderer/14-viewport/README.txt
@@ -0,0 +1,4 @@
1This example creates an SDL window and renderer, loads a texture
2from a .bmp file, and then draws it a few times each frame, adjusting
3the viewport before each draw.
4