mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Pica/DebugUtils: Add an event triggered after loading a vertex.
This commit is contained in:
		
							parent
							
								
									cd322e328e
								
							
						
					
					
						commit
						79c29243ed
					
				
					 3 changed files with 5 additions and 0 deletions
				
			
		|  | @ -44,6 +44,7 @@ QVariant BreakPointModel::data(const QModelIndex& index, int role) const | |||
|                 { Pica::DebugContext::Event::CommandProcessed, tr("Pica command processed") }, | ||||
|                 { Pica::DebugContext::Event::IncomingPrimitiveBatch, tr("Incoming primitive batch") }, | ||||
|                 { Pica::DebugContext::Event::FinishedPrimitiveBatch, tr("Finished primitive batch") }, | ||||
|                 { Pica::DebugContext::Event::VertexLoaded, tr("Vertex Loaded") } | ||||
|             }; | ||||
| 
 | ||||
|             _dbg_assert_(Debug_GPU, map.size() == static_cast<size_t>(Pica::DebugContext::Event::NumEvents)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue