mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 20:35:33 +00:00
Document SDL_GL_GetProcAddress
This commit is contained in:
parent
015be72dad
commit
ffab51b4a0
|
@ -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)]
|
||||||
|
|
Loading…
Reference in a new issue