Merge branch 'alpha-support': SDL_GL_GetProcAddress
This commit is contained in:
commit
3eb90d9c52
@ -710,6 +710,12 @@ namespace SDL2
|
|||||||
[DllImport(nativeLibName)]
|
[DllImport(nativeLibName)]
|
||||||
public static extern void SDL_GL_DeleteContext(IntPtr context);
|
public static extern void SDL_GL_DeleteContext(IntPtr context);
|
||||||
|
|
||||||
|
[DllImport(nativeLibName)]
|
||||||
|
public static extern IntPtr SDL_GL_GetProcAddress(
|
||||||
|
[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
|
||||||
|
string proc
|
||||||
|
);
|
||||||
|
|
||||||
[DllImport(nativeLibName)]
|
[DllImport(nativeLibName)]
|
||||||
public static extern SDL_bool SDL_GL_ExtensionSupported(
|
public static extern SDL_bool SDL_GL_ExtensionSupported(
|
||||||
[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
|
[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user