1
0
Fork 0
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:
Brian Fiete 2020-05-17 06:19:25 -07:00
parent dc7ebf12c5
commit 79ae4e3eb2

View file

@ -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 */