SDL_GL_DeleteContext

使用此函数删除一个OpenGL上下文。

  1. void SDL_GL_DeleteContext(SDL_GLContext context)

参数

参数名 解释
context 要被删除的OpenGL上下文。

by @星翼 ACGCross游戏开发组成员