mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	vertex_loader: initialize_num_total_attributes.
Keeps the public API sane.
This commit is contained in:
		
							parent
							
								
									8ea5e7dfb5
								
							
						
					
					
						commit
						769f4a7018
					
				@ -28,7 +28,7 @@ private:
 | 
			
		||||
    std::array<Regs::VertexAttributeFormat, 16> vertex_attribute_formats;
 | 
			
		||||
    std::array<u32, 16> vertex_attribute_elements{};
 | 
			
		||||
    std::array<bool, 16> vertex_attribute_is_default;
 | 
			
		||||
    int num_total_attributes;
 | 
			
		||||
    int num_total_attributes = 0;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
}  // namespace Pica
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user