mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	gl_rasterizer: Fake render in green, because it's cooler.
This commit is contained in:
		
							parent
							
								
									4ed54738fc
								
							
						
					
					
						commit
						d561e4acc8
					
				@ -289,7 +289,7 @@ out vec4 color;
 | 
				
			|||||||
uniform sampler2D color_texture;
 | 
					uniform sampler2D color_texture;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void main() {
 | 
					void main() {
 | 
				
			||||||
    color = vec4(1.0, 0.0, 0.0, 1.0);
 | 
					    color = vec4(1.0, 0.0, 1.0, 0.0);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
)";
 | 
					)";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user