2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-15 14:05:52 +00:00
This commit is contained in:
Luke Street 2022-05-03 00:24:00 -04:00
parent e5a694842a
commit 0d52438297

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