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