examples: Added renderer/07-streaming-textures

This commit is contained in:
Ryan C. Gordon
2024-09-21 20:39:48 -04:00
parent 2bd3d9cfb7
commit 0c7334cce3
3 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This example creates an SDL window and renderer, then a streaming texture that
it will update every frame before drawing it to the screen.