examples: Added renderer/08-rotating-textures

This commit is contained in:
Ryan C. Gordon
2024-09-21 20:52:32 -04:00
parent 0c7334cce3
commit ffcf372d27
3 changed files with 114 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, rotating around the center of the screen.