LeviLamina
Loading...
Searching...
No Matches
MinecraftGraphicsPipeline.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 104> mUnk9276a8;
10 ::ll::UntypedStorage<8, 104> mUnk67880b;
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 MinecraftGraphicsPipeline& operator=(MinecraftGraphicsPipeline const&);
16 MinecraftGraphicsPipeline(MinecraftGraphicsPipeline const&);
17 MinecraftGraphicsPipeline();
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30};
Definition MinecraftGraphicsPipeline.h:5