mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	gl_rasterizer: Implement constant vertex attributes
Credits go to gdkchan from Ryujinx for finding constant attributes are used in retail games.
This commit is contained in:
		@@ -303,6 +303,10 @@ public:
 | 
			
		||||
                return (type == Type::SignedNorm) || (type == Type::UnsignedNorm);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            bool IsConstant() const {
 | 
			
		||||
                return constant;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            bool IsValid() const {
 | 
			
		||||
                return size != Size::Invalid;
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user