Răsfoiți Sursa

SDL_video.h: Add a '\sa' for SDL_GLContext to SDL_GL_CreateContext.

Ryan C. Gordon 1 an în urmă
părinte
comite
ed0eb7ee06
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      include/SDL_video.h

+ 2 - 0
include/SDL_video.h

@@ -215,6 +215,8 @@ typedef enum SDL_FlashOperation
 
 /**
  * An opaque handle to an OpenGL context.
+ *
+ * \sa SDL_GL_CreateContext
  */
 typedef void *SDL_GLContext;