From 0d52438297372acf8d9d9ddcae67fdc1494497fe Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 3 May 2022 00:24:00 -0400 Subject: [PATCH] Oops --- Runtime/ImGuiConsole.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Runtime/ImGuiConsole.cpp b/Runtime/ImGuiConsole.cpp index 0011db84d..8aadce193 100644 --- a/Runtime/ImGuiConsole.cpp +++ b/Runtime/ImGuiConsole.cpp @@ -25,6 +25,11 @@ void ClearIniSettings(); namespace aurora::gfx { extern std::atomic_uint32_t queuedPipelines; extern std::atomic_uint32_t createdPipelines; + +extern size_t g_lastVertSize; +extern size_t g_lastUniformSize; +extern size_t g_lastIndexSize; +extern size_t g_lastStorageSize; } // namespace aurora::gfx #include "TCastTo.hpp" // Generated file, do not modify include path