LeviLamina
Loading...
Searching...
No Matches
VertexField.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
mce {
6
7
enum class
VertexField : ushort {
8
Position = 0,
9
Color = 1,
10
Normal = 2,
11
Tangent = 3,
12
Uv0 = 4,
13
Uv1 = 5,
14
Uv2 = 6,
15
PBRTextureIdx = 7,
16
BoneId0 = 8,
17
PreviousPosition = 9,
18
HummingbirdPosition = 10,
19
HummingbirdColor = 11,
20
HummingbirdAdditional = 12,
21
Mers = 13,
22
Count = 14,
23
InvalidField = 65535,
24
};
25
26
}
src-server
mc
deps
renderer
VertexField.h
Generated on Sun Oct 12 2025 06:31:29 for LeviLamina by
1.12.0