LeviLamina
Loading...
Searching...
No Matches
RenderContextStateBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<1, 7> mUnkbed878;
12 ::ll::UntypedStorage<4, 24> mUnkc907c4;
13 ::ll::UntypedStorage<4, 12> mUnk9b7607;
14 ::ll::UntypedStorage<4, 96> mUnk2a2eee;
15 ::ll::UntypedStorage<1, 8> mUnkcb572b;
16 ::ll::UntypedStorage<4, 16> mUnk60ab63;
17 ::ll::UntypedStorage<4, 24> mUnkabd0f0;
18 ::ll::UntypedStorage<1, 8> mUnk4276f6;
19 ::ll::UntypedStorage<8, 64> mUnk547177;
20 ::ll::UntypedStorage<8, 8> mUnkfbdadd;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 RenderContextStateBase& operator=(RenderContextStateBase const&);
26 RenderContextStateBase(RenderContextStateBase const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
37 MCNAPI void* $ctor();
38 // NOLINTEND
39};
40
41} // namespace mce
Definition RenderContextStateBase.h:7