3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/renderer/block/tessellation_pipeline/BoxFaceSchematic.h"
7#include "mc/deps/core/math/Matrix.h"
9namespace ClientBlockPipeline {
15 ::ll::TypedStorage<4, 64, ::Matrix> mLocalToModelTransform;
16 ::ll::TypedStorage<4, 264, ::std::array<::ClientBlockPipeline::BoxFaceSchematic, 6>> mFaces;
17 ::ll::TypedStorage<1, 1, bool> mUsesFaceUVs;
18 ::ll::TypedStorage<1, 1, bool> mFacesHaveCull;
23 BoxSchematic(BoxSchematic
const&);
30 MCAPI ::ClientBlockPipeline::BoxSchematic& operator=(::ClientBlockPipeline::BoxSchematic
const&);
Definition BoxSchematic.h:7