18 ::ll::TypedStorage<1, 1, ::mce::PrimitiveMode> mMode;
19 ::ll::TypedStorage<8, 24, ::std::vector<::glm::vec3>> mPositions;
20 ::ll::TypedStorage<8, 24, ::std::vector<::glm::vec4>> mNormals;
21 ::ll::TypedStorage<8, 24, ::std::vector<::glm::vec4>> mTangents;
22 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mIndices;
23 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mColors;
24 ::ll::TypedStorage<8, 24, ::std::vector<ushort>> mBoneId0s;
25 ::ll::TypedStorage<8, 72, ::std::vector<::glm::vec2>[3]> mTextureUVs;
26 ::ll::TypedStorage<8, 24, ::std::vector<ushort>> mPBRTextureIndices;
27 ::ll::TypedStorage<8, 24, ::std::vector<uint>> mMERS;
28 ::ll::TypedStorage<1, 14, ::std::array<bool, 14>> mFieldEnabled;
36 MCAPI_C ::mce::MeshData clone()
const;
38 MCAPI_C
void freeMemory();
44 MCAPI_C
void* $ctor();