mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	vertex_loader: Correct forward declaration of InputVertex
It's actually a struct, not a class.
This commit is contained in:
		
							parent
							
								
									5587383eb7
								
							
						
					
					
						commit
						6d5f2a3cff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -12,7 +12,7 @@ class MemoryAccessTracker; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| namespace Shader { | namespace Shader { | ||||||
| class InputVertex; | struct InputVertex; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| class VertexLoader { | class VertexLoader { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue