Pica/DebugUtils: Add an event triggered after loading a vertex.

This commit is contained in:
Tony Wasserka 2014-12-10 17:31:50 +01:00
parent cd322e328e
commit 79c29243ed
3 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,7 @@ public:
CommandProcessed,
IncomingPrimitiveBatch,
FinishedPrimitiveBatch,
VertexLoaded,
NumEvents
};