LeviLamina
Loading...
Searching...
No Matches
DrawsByTexture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace mce { struct ClientTexture; }
9// clang-format on
10
11class DrawsByTexture {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 8, ::mce::ClientTexture const*> mTexture;
16 ::ll::TypedStorage<8, 24, ::std::vector<::MeshRenderData>> mMeshes;
17 ::ll::TypedStorage<8, 24, ::std::vector<::DrawsByTexture>> mDrawsByTexture;
18 // NOLINTEND
19};
Definition DrawsByTexture.h:5
Definition MeshRenderData.h:5
Definition ClientTexture.h:7