Graphics: Remove dubious optimization
This commit is contained in:
		
							parent
							
								
									c5f18ee535
								
							
						
					
					
						commit
						97f18beb91
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -97,10 +97,6 @@ struct PingPong
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		std::swap(srcInd, dstInd);
 | 
							std::swap(srcInd, dstInd);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		/* Discard dest buffer */
 | 
					 | 
				
			||||||
		TEX::bind(rt[dstInd].tex);
 | 
					 | 
				
			||||||
		TEX::allocEmpty(screenW, screenH);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
		bind();
 | 
							bind();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue