فهرست منبع

SDL_video.h: Added a `\sa` from SDL_GLContext to SDL_GL_CreateContext.

Ryan C. Gordon 1 سال پیش
والد
کامیت
9245084c06
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      include/SDL3/SDL_video.h

+ 2 - 0
include/SDL3/SDL_video.h

@@ -197,6 +197,8 @@ typedef enum SDL_FlashOperation
  * An opaque handle to an OpenGL context.
  *
  * \since This datatype is available since SDL 3.0.0.
+ *
+ * \sa SDL_GL_CreateContext
  */
 typedef void *SDL_GLContext;