Browse Source

Sync wiki -> header

SDL Wiki Bot 3 years ago
parent
commit
5e3f4ccc34
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/SDL_render.h

+ 3 - 0
include/SDL_render.h

@@ -1641,6 +1641,9 @@ extern DECLSPEC int SDLCALL SDL_RenderGeometry(SDL_Renderer *renderer,
  * \return 0 on success, or -1 if the operation is not supported
  *
  * \since This function is available since SDL 2.0.18.
+ *
+ * \sa SDL_RenderGeometry
+ * \sa SDL_Vertex
  */
 extern DECLSPEC int SDLCALL SDL_RenderGeometryRaw(SDL_Renderer *renderer,
                                                SDL_Texture *texture,