LeviLamina
Loading...
Searching...
No Matches
DepthStencilState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<4, 4> mUnk204801;
12 ::ll::UntypedStorage<4, 4> mUnk71ccd4;
13 ::ll::UntypedStorage<4, 4> mUnke8a43a;
14 ::ll::UntypedStorage<4, 4> mUnk44611d;
15 ::ll::UntypedStorage<4, 4> mUnke0061f;
16 ::ll::UntypedStorage<4, 4> mUnk387944;
17 ::ll::UntypedStorage<4, 4> mUnk9c6e59;
18 ::ll::UntypedStorage<4, 4> mUnkd1f775;
19 ::ll::UntypedStorage<4, 4> mUnk20a9fe;
20 ::ll::UntypedStorage<4, 4> mUnk51b2a9;
21 ::ll::UntypedStorage<4, 4> mUnk6ea3fb;
22 ::ll::UntypedStorage<1, 1> mUnk9330f5;
23 ::ll::UntypedStorage<1, 1> mUnk2cd427;
24 ::ll::UntypedStorage<1, 1> mUnk193876;
25 ::ll::UntypedStorage<1, 1> mUnkcc188b;
26 ::ll::UntypedStorage<1, 1> mUnk8a7140;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 DepthStencilState& operator=(DepthStencilState const&);
32 DepthStencilState(DepthStencilState const&);
33 DepthStencilState();
34};
35
36} // namespace renoir
Definition DepthStencilState.h:7