From ffab51b4a0d61c9313297f6ad2b2469c666d9456 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Wed, 17 Apr 2013 12:01:12 -0400 Subject: [PATCH] Document SDL_GL_GetProcAddress --- src/SDL2.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SDL2.cs b/src/SDL2.cs index 891f1a5..1be3bfe 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -710,6 +710,7 @@ namespace SDL2 [DllImport(nativeLibName)] public static extern void SDL_GL_DeleteContext(IntPtr context); + /* IntPtr refers to a function pointer */ [DllImport(nativeLibName)] public static extern IntPtr SDL_GL_GetProcAddress( [In()] [MarshalAs(UnmanagedType.LPStr)]