examples: Added renderer/10-geometry

This commit is contained in:
Ryan C. Gordon
2024-09-22 01:07:38 -04:00
parent 1a90e09262
commit 0758b2a0c4
3 changed files with 176 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 geometry (arbitrary polygons) using it.