mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	correct the implementation of RGBA16UI
This commit is contained in:
		
							parent
							
								
									885d88825e
								
							
						
					
					
						commit
						c6bc13d0aa
					
				@ -249,6 +249,8 @@ PixelFormat PixelFormatFromTextureFormat(Tegra::Texture::TextureFormat format,
 | 
			
		||||
            return PixelFormat::RGBA16U;
 | 
			
		||||
        case Tegra::Texture::ComponentType::FLOAT:
 | 
			
		||||
            return PixelFormat::RGBA16F;
 | 
			
		||||
        case Tegra::Texture::ComponentType::UINT:
 | 
			
		||||
            return PixelFormat::RGBA16UI;
 | 
			
		||||
        default:
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user