From 56ef0efc20f0142b99e2b6147b18a26b285208e0 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Thu, 6 Aug 2026 17:37:45 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_render.h b/include/SDL3/SDL_render.h index c07f7faafa..6e7f45686e 100644 --- a/include/SDL3/SDL_render.h +++ b/include/SDL3/SDL_render.h @@ -1275,7 +1275,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetTextureAlphaMod(SDL_Texture *texture, Ui extern SDL_DECLSPEC bool SDLCALL SDL_GetTextureAlphaModFloat(SDL_Texture *texture, float *alpha); /** - * Set the blend mode for a texture. + * Set the blend mode for a texture, used by SDL_RenderTexture(). * * This blend mode is used for any drawing that involves this texture. *