mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	OpenGL: Don't attempt to draw empty triangle batches
Our code did not handle this well, causing random crashes in some situations.
This commit is contained in:
		
							parent
							
								
									0a1c73e396
								
							
						
					
					
						commit
						0c447e0a06
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -190,6 +190,9 @@ void RasterizerOpenGL::AddTriangle(const Pica::Shader::OutputVertex& v0, | |||
| } | ||||
| 
 | ||||
| void RasterizerOpenGL::DrawTriangles() { | ||||
|     if (vertex_batch.empty()) | ||||
|         return; | ||||
| 
 | ||||
|     SyncFramebuffer(); | ||||
|     SyncDrawState(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue