LeviLamina
Loading...
Searching...
No Matches
PBRTexturePtrs.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
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
15 public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22 public:
23 // prevent constructor by default
24 MERSTexturePtr& operator=(MERSTexturePtr const&);
27 };
28
30 public:
31 // member variables
32 // NOLINTBEGIN
35 // NOLINTEND
36
37 public:
38 // prevent constructor by default
39 NormalTexturePtr& operator=(NormalTexturePtr const&);
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // prevent constructor by default
54 PBRTexturePtrs& operator=(PBRTexturePtrs const&);
57};
Definition PBRTexturePtrs.h:14
Definition PBRTexturePtrs.h:29
Definition PBRTexturePtrs.h:5
Definition Alias.h:14