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