From 3239ba18797b1aa098056aa0c2a70e250a27a06c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Oct 2021 13:24:13 +0800 Subject: * port shader --- Runtime/Profiling/FrameStats.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Runtime/Profiling/FrameStats.cpp (limited to 'Runtime/Profiling/FrameStats.cpp') 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 -- cgit v1.1-26-g67d0