mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	gpu: Add several framebuffer formats to RenderTargetFormat.
This commit is contained in:
		
							parent
							
								
									4a8eb6745e
								
							
						
					
					
						commit
						3ed8a1cac7
					
				@ -15,7 +15,10 @@ namespace Tegra {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
enum class RenderTargetFormat : u32 {
 | 
					enum class RenderTargetFormat : u32 {
 | 
				
			||||||
    NONE = 0x0,
 | 
					    NONE = 0x0,
 | 
				
			||||||
 | 
					    RGBA16_FLOAT = 0xCA,
 | 
				
			||||||
 | 
					    RGB10_A2_UNORM = 0xD1,
 | 
				
			||||||
    RGBA8_UNORM = 0xD5,
 | 
					    RGBA8_UNORM = 0xD5,
 | 
				
			||||||
 | 
					    RGBA8_SRGB = 0xD6,
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class DebugContext;
 | 
					class DebugContext;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user