mirror of
				https://github.com/ryujinx-mirror/ryujinx.git
				synced 2025-11-04 08:18:58 -06:00 
			
		
		
		
	Fast D32S8 2D depth texture copy (#6636)
This commit is contained in:
		@@ -247,6 +247,10 @@ namespace Ryujinx.Graphics.Gpu.Image
 | 
			
		||||
                {
 | 
			
		||||
                    return TextureMatchQuality.FormatAlias;
 | 
			
		||||
                }
 | 
			
		||||
                else if (lhs.FormatInfo.Format == Format.D32FloatS8Uint && rhs.FormatInfo.Format == Format.R32G32Float)
 | 
			
		||||
                {
 | 
			
		||||
                    return TextureMatchQuality.FormatAlias;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            return lhs.FormatInfo.Format == rhs.FormatInfo.Format ? TextureMatchQuality.Perfect : TextureMatchQuality.NoMatch;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user