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