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
17};
Definition PBRTexturePtrs.h:14
Definition PBRTexturePtrs.h:16