LeviLamina
Loading...
Searching...
No Matches
CreateTextureCmd.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7struct CreateTextureCmd {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<4, 4> mUnke5b16a;
12 ::ll::UntypedStorage<4, 52> mUnk15ef8b;
13 ::ll::UntypedStorage<4, 4> mUnkcf3ad5;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 CreateTextureCmd& operator=(CreateTextureCmd const&);
19 CreateTextureCmd(CreateTextureCmd const&);
20 CreateTextureCmd();
21};
22
23} // namespace renoir
Definition CreateTextureCmd.h:7