From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt (limited to 'src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt') diff --git a/src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt b/src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt new file mode 100644 index 0000000..48c9f1f --- /dev/null +++ b/src/contrib/SDL-3.2.20/examples/renderer/15-cliprect/README.txt @@ -0,0 +1,5 @@ +This example creates an SDL window and renderer, loads a texture +from a .bmp file, and stretches it across the window. Each frame, we move +the clipping rectangle around, so only a small square of the texture is +actually drawn. + -- cgit v1.2.3