mirror of
				https://github.com/Ryujinx/SDL2-CS.git
				synced 2025-11-04 15:04:53 +00:00 
			
		
		
		
	Merge branch 'alpha-support': SDL_GL_GetProcAddress
This commit is contained in:
		
						commit
						3eb90d9c52
					
				| 
						 | 
				
			
			@ -710,6 +710,12 @@ namespace SDL2
 | 
			
		|||
		[DllImport(nativeLibName)]
 | 
			
		||||
		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)]
 | 
			
		||||
		public static extern SDL_bool SDL_GL_ExtensionSupported(
 | 
			
		||||
			[InAttribute()] [MarshalAsAttribute(UnmanagedType.LPStr)]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue