3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bgfx/VertexDeclHandle.h"
7#include "mc/external/bx/HandleHashMapT.h"
14 using VertexDeclMap = ::bx::HandleHashMapT<128, uint>;
19 ::ll::TypedStorage<4, 776, ::bx::HandleHashMapT<128, uint>> m_vertexDeclMap;
20 ::ll::TypedStorage<2, 128, ushort[64]> m_vertexDeclRef;
21 ::ll::TypedStorage<2, 8192, ::bgfx::VertexDeclHandle[4096]> m_vertexBufferRef;
22 ::ll::TypedStorage<2, 8192, ::bgfx::VertexDeclHandle[4096]> m_dynamicVertexBufferRef;
28 MCAPI ::bgfx::VertexDeclHandle release(::bgfx::VertexDeclHandle _declHandle);
Definition VertexDeclRef.h:7