mirror of
				https://github.com/citra-emu/citra-nightly.git
				synced 2025-11-04 14:25:14 +00:00 
			
		
		
		
	Pica: Add tc0.w to OutputVertex
This commit is contained in:
		
							parent
							
								
									9cfebb9334
								
							
						
					
					
						commit
						2f8e8e1455
					
				| 
						 | 
				
			
			@ -43,7 +43,8 @@ struct OutputVertex {
 | 
			
		|||
    Math::Vec4<float24> color;
 | 
			
		||||
    Math::Vec2<float24> tc0;
 | 
			
		||||
    Math::Vec2<float24> tc1;
 | 
			
		||||
    INSERT_PADDING_WORDS(2);
 | 
			
		||||
    float24 tc0_w;
 | 
			
		||||
    INSERT_PADDING_WORDS(1);
 | 
			
		||||
    Math::Vec3<float24> view;
 | 
			
		||||
    INSERT_PADDING_WORDS(1);
 | 
			
		||||
    Math::Vec2<float24> tc2;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue