LeviLamina
Loading...
Searching...
No Matches
Impl.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace dragon::mesh::VertexDeclManager {
6
7struct Impl {
8public:
9 // Impl inner types declare
10 // clang-format off
11 struct DeclLayout;
12 struct ValidationKey;
13 // clang-format on
14
15 // Impl inner types define
16 struct DeclLayout {};
17
18 struct ValidationKey {};
19};
20
21} // namespace dragon::mesh::VertexDeclManager