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