mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Merge pull request #3662 from ReinUsesLisp/constant-attrs
gl_rasterizer: Implement constant vertex attributes
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