summaryrefslogtreecommitdiff
path: root/Runtime/Profiling/FrameStats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Profiling/FrameStats.cpp')
-rw-r--r--Runtime/Profiling/FrameStats.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/Runtime/Profiling/FrameStats.cpp b/Runtime/Profiling/FrameStats.cpp
new file mode 100644
index 0000000..a89ef4a
--- /dev/null
+++ b/Runtime/Profiling/FrameStats.cpp
@@ -0,0 +1,12 @@
+#pragma once
+#include "FrameStats.h"
+
+void FrameStats::AddDrawCall(uint n)
+{
+
+}
+
+void FrameStats::AddTrianglesCount(uint n)
+{
+
+} \ No newline at end of file