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