mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	renderer_opengl: Renumber all texture units.
We spend lots of texture units for our texture buffers. As they are now feed from one buffer, there is no need to have the big gap in the list of IDs.
This commit is contained in:
		
							parent
							
								
									46f18d6800
								
							
						
					
					
						commit
						c4ff0ba137
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -20,9 +20,9 @@ constexpr TextureUnit PicaTexture(int unit) { | ||||||
|     return TextureUnit{unit}; |     return TextureUnit{unit}; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| constexpr TextureUnit TextureCube{10}; | constexpr TextureUnit TextureCube{3}; | ||||||
| constexpr TextureUnit TextureBufferLUT_RG{11}; | constexpr TextureUnit TextureBufferLUT_RG{4}; | ||||||
| constexpr TextureUnit TextureBufferLUT_RGBA{12}; | constexpr TextureUnit TextureBufferLUT_RGBA{5}; | ||||||
| 
 | 
 | ||||||
| } // namespace TextureUnits
 | } // namespace TextureUnits
 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue