LeviLamina
Loading...
Searching...
No Matches
DrawIndexedInstancedCmd.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> mUnk41b18c;
12 ::ll::UntypedStorage<4, 4> mUnkc3e6c0;
13 ::ll::UntypedStorage<4, 4> mUnk31594d;
14 ::ll::UntypedStorage<4, 4> mUnk3cf101;
15 ::ll::UntypedStorage<4, 4> mUnk99a289;
16 ::ll::UntypedStorage<4, 4> mUnk797401;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 DrawIndexedInstancedCmd& operator=(DrawIndexedInstancedCmd const&);
22 DrawIndexedInstancedCmd(DrawIndexedInstancedCmd const&);
23 DrawIndexedInstancedCmd();
24};
25
26} // namespace renoir
Definition DrawIndexedInstancedCmd.h:7