diff options
| author | 2014-12-10 17:31:50 +0100 | |
|---|---|---|
| committer | 2014-12-20 18:06:55 +0100 | |
| commit | 79c29243ed94fb247dfa5a60e1863a8f64f11669 (patch) | |
| tree | e0bfd61848a57adef3ea458a041d060ecac414f2 /src/video_core/debug_utils | |
| parent | Pica/PrimitiveAssembly: Implement triangle strips. (diff) | |
| download | yuzu-79c29243ed94fb247dfa5a60e1863a8f64f11669.tar.gz yuzu-79c29243ed94fb247dfa5a60e1863a8f64f11669.tar.xz yuzu-79c29243ed94fb247dfa5a60e1863a8f64f11669.zip | |
Pica/DebugUtils: Add an event triggered after loading a vertex.
Diffstat (limited to 'src/video_core/debug_utils')
| -rw-r--r-- | src/video_core/debug_utils/debug_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h index 2a764e121..f9be90115 100644 --- a/src/video_core/debug_utils/debug_utils.h +++ b/src/video_core/debug_utils/debug_utils.h | |||
| @@ -26,6 +26,7 @@ public: | |||
| 26 | CommandProcessed, | 26 | CommandProcessed, |
| 27 | IncomingPrimitiveBatch, | 27 | IncomingPrimitiveBatch, |
| 28 | FinishedPrimitiveBatch, | 28 | FinishedPrimitiveBatch, |
| 29 | VertexLoaded, | ||
| 29 | 30 | ||
| 30 | NumEvents | 31 | NumEvents |
| 31 | }; | 32 | }; |