Просмотр исходного кода

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 13 часов назад
Родитель
Сommit
4e4493f579
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      include/SDL3/SDL_render.h

+ 1 - 2
include/SDL3/SDL_render.h

@@ -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.