LeviLamina
Loading...
Searching...
No Matches
SamplerDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dragon::materials::definition {
6
8public:
9 // SamplerDefinition inner types declare
10 // clang-format off
11 struct CustomTypeInfo;
12 // clang-format on
13
14 // SamplerDefinition inner types define
15 struct CustomTypeInfo {};
16};
17
18} // namespace dragon::materials::definition
Definition SamplerDefinition.h:7