summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/examples/renderer/14-viewport/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/SDL-3.2.8/examples/renderer/14-viewport/README.txt')
-rw-r--r--contrib/SDL-3.2.8/examples/renderer/14-viewport/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/examples/renderer/14-viewport/README.txt b/contrib/SDL-3.2.8/examples/renderer/14-viewport/README.txt
new file mode 100644
index 0000000..9da7c7a
--- /dev/null
+++ b/contrib/SDL-3.2.8/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