3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/bgfx/attrib/Enum.h"
7#include "mc/external/bgfx/attrib_type/Enum.h"
8#include "mc/external/bgfx/renderer_type/Enum.h"
16 ::ll::TypedStorage<4, 4, uint> m_hash;
17 ::ll::TypedStorage<2, 2, ushort> m_stride;
18 ::ll::TypedStorage<2, 38, ushort[19]> m_offset;
19 ::ll::TypedStorage<2, 38, ushort[19]> m_attributes;
27 MCAPI ::bgfx::VertexDecl&
28 add(::bgfx::Attrib::Enum _attrib, uchar _num, ::bgfx::AttribType::Enum _type,
bool _normalized,
bool _asInt);
30 MCAPI ::bgfx::VertexDecl& begin(::bgfx::RendererType::Enum _renderer);
33 ::bgfx::Attrib::Enum _attrib,
35 ::bgfx::AttribType::Enum& _type,
42 MCAPI ::bgfx::VertexDecl& skip(uchar _num);
Definition VertexDecl.h:7