summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/examples/renderer/18-debug-text/README.txt
blob: 0f0c868df2624275acbc13602c811860a09a9d8a (plain)
1
2
3
4
This example creates an SDL window and renderer, and draws some text
using SDL_RenderDebugText(). This is not quality text rendering, but it can
be helpful for simple apps, debugging, or showing something in a pinch.