Added Quaternion component type
Not compatible with Vertex Declaration though Former-commit-id: 3174553981ab23fe59ed616c2ce1a27bf7db0108
This commit is contained in:
@@ -65,8 +65,9 @@ enum nzComponentType
|
||||
nzComponentType_Int2,
|
||||
nzComponentType_Int3,
|
||||
nzComponentType_Int4,
|
||||
nzComponentType_Quaternion,
|
||||
|
||||
nzComponentType_Max = nzComponentType_Int4
|
||||
nzComponentType_Max = nzComponentType_Quaternion
|
||||
};
|
||||
|
||||
enum nzCubemapFace
|
||||
|
||||
Reference in New Issue
Block a user