LeviLamina
Loading...
Searching...
No Matches
PBRTexturePtrs.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct PBRTexturePtrs {
6public:
7 // PBRTexturePtrs inner types declare
8 // clang-format off
9 struct MERSTexturePtr;
10 struct NormalTexturePtr;
11 // clang-format on
12
13 // PBRTexturePtrs inner types define
14 struct MERSTexturePtr {};
15
16 struct NormalTexturePtr {};
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::UntypedStorage<8, 32> mUnkd1a95d;
22 ::ll::UntypedStorage<8, 40> mUnk7e18df;
23 ::ll::UntypedStorage<8, 40> mUnkbaf43a;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 PBRTexturePtrs& operator=(PBRTexturePtrs const&);
29 PBRTexturePtrs();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI PBRTexturePtrs(::PBRTexturePtrs const&);
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(::PBRTexturePtrs const&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
Definition PBRTexturePtrs.h:14
Definition PBRTexturePtrs.h:16
Definition PBRTexturePtrs.h:5
MCAPI void $dtor()
MCAPI PBRTexturePtrs(::PBRTexturePtrs const &)
MCAPI void * $ctor(::PBRTexturePtrs const &)
MCAPI ~PBRTexturePtrs()