mirror of https://github.com/AxioDL/metaforce.git
Oops
This commit is contained in:
parent
e5a694842a
commit
0d52438297
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue