examples/renderer/19-affine-textures: add metadata for examples.libsdl.org.

This commit is contained in:
Ryan C. Gordon
2025-03-28 14:18:39 -04:00
parent 5ab1aef367
commit 567dfd2ebc
4 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
This example creates an SDL window and renderer, and uses
SDL_RenderTextureAffine to draw a 3D cube using only 2D rendering operations.