mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +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
|
@ -26,6 +26,7 @@ public:
|
|||
CommandProcessed,
|
||||
IncomingPrimitiveBatch,
|
||||
FinishedPrimitiveBatch,
|
||||
VertexLoaded,
|
||||
|
||||
NumEvents
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue