mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
SDL_GL_CreateContext name fix
This commit is contained in:
parent
dc7ebf12c5
commit
79ae4e3eb2
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ namespace SDL2
|
|||
}
|
||||
|
||||
/* IntPtr and window refer to an SDL_GLContext and SDL_Window* */
|
||||
[LinkName("SDL_GLContext")]
|
||||
[LinkName("SDL_GL_CreateContext")]
|
||||
public static extern SDL_GLContext GL_CreateContext(Window* window);
|
||||
|
||||
/* context refers to an SDL_GLContext */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue