LeviLamina
Loading...
Searching...
No Matches
ComponentRenderBatch.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/BatchKey.h"
7
8// auto generated forward declare list
9// clang-format off
11class SpriteComponent;
12class TextComponent;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 176, ::BatchKey> mBatchKey;
20 ::ll::TypedStorage<1, 1, bool> mIsDirty;
21 ::ll::TypedStorage<1, 1, bool> mRequiresPreRenderSetup;
22 ::ll::TypedStorage<4, 4, int> mRenderPass;
23 ::ll::TypedStorage<8, 24, ::std::vector<::CustomRenderComponent*>> mCustomRenderInstances;
24 ::ll::TypedStorage<8, 24, ::std::vector<::SpriteComponent*>> mSpriteInstances;
25 ::ll::TypedStorage<8, 24, ::std::vector<::TextComponent*>> mTextInstances;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ComponentRenderBatch& operator=(ComponentRenderBatch const&);
31 ComponentRenderBatch();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ComponentRenderBatch(::ComponentRenderBatch const&);
37
38 MCAPI uint getNumInstances() const;
39
40 MCAPI ~ComponentRenderBatch();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::ComponentRenderBatch const&);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition ComponentRenderBatch.h:5
Definition CustomRenderComponent.h:5
Definition SpriteComponent.h:5
Definition TextComponent.h:5