This commit is contained in:
Luke Street 2022-05-03 00:24:00 -04:00
parent e5a694842a
commit 0d52438297
1 changed files with 5 additions and 0 deletions

View File

@ -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