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