LeviLamina
Loading...
Searching...
No Matches
CreateConstantBufferCmd.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> mUnkee3229;
12 ::ll::UntypedStorage<4, 4> mUnkba95cf;
13 ::ll::UntypedStorage<4, 4> mUnkce9be3;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 CreateConstantBufferCmd& operator=(CreateConstantBufferCmd const&);
19 CreateConstantBufferCmd(CreateConstantBufferCmd const&);
20 CreateConstantBufferCmd();
21};
22
23} // namespace renoir
Definition CreateConstantBufferCmd.h:7