Added SkeletalMeshVertex struct

Alias of VertexStruct_XYZ_Normal_UV_Tangent_Skinning


Former-commit-id: 1bec60d399dd3293aebb7a7b84370ff33e8b85dd
This commit is contained in:
Lynix
2014-07-08 11:13:07 +02:00
parent 8ab69fa3ab
commit d636174c04
4 changed files with 28 additions and 1 deletions

View File

@@ -254,6 +254,7 @@ enum nzVertexLayout
nzVertexLayout_XYZ_Normal,
nzVertexLayout_XYZ_Normal_UV,
nzVertexLayout_XYZ_Normal_UV_Tangent,
nzVertexLayout_XYZ_Normal_UV_Tangent_Skinning,
nzVertexLayout_XYZ_UV,
// Déclarations destinées à l'instancing