Document SDL_GL_GetProcAddress

This commit is contained in:
Ethan Lee 2013-04-17 12:01:12 -04:00
parent 015be72dad
commit ffab51b4a0

View file

@ -710,6 +710,7 @@ namespace SDL2
[DllImport(nativeLibName)] [DllImport(nativeLibName)]
public static extern void SDL_GL_DeleteContext(IntPtr context); public static extern void SDL_GL_DeleteContext(IntPtr context);
/* IntPtr refers to a function pointer */
[DllImport(nativeLibName)] [DllImport(nativeLibName)]
public static extern IntPtr SDL_GL_GetProcAddress( public static extern IntPtr SDL_GL_GetProcAddress(
[In()] [MarshalAs(UnmanagedType.LPStr)] [In()] [MarshalAs(UnmanagedType.LPStr)]