Sync SDL3 wiki -> header

[ci skip]
This commit is contained in:
SDL Wiki Bot
2026-03-06 18:08:12 +00:00
parent c20a058ff4
commit 4e4493f579

View File

@@ -2462,8 +2462,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_RenderGeometry(SDL_Renderer *renderer,
/**
* Render a list of triangles, optionally using a texture and indices into the
* vertex arrays Color and alpha modulation is done per vertex
* (SDL_SetTextureColorMod and SDL_SetTextureAlphaMod are ignored).
* vertex arrays.
*
* \param renderer the rendering context.
* \param texture (optional) The SDL texture to use.