LeviLamina
Loading...
Searching...
No Matches
VertexElementDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7struct VertexElementDescription {
8public:
9 // VertexElementDescription inner types define
10 enum class VertexType : int {};
11};
12
13} // namespace renoir