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