Click or drag to resize

VertexElementType Enumeration

Vertex element type, used to identify the base types of the vertex contents.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum VertexElementType
Members
Member nameValueDescription
None0 
Float11Float 1.
Float22Float 2.
Float33Float 3.
Float44Float 4.
Short16Short 1.
Short27Short 2.
Short38Short 3.
Short49Short 4.
UByte410Byte 4.
ColorARGB11D3D style compact color.
ColorABGR12GL style compact color.
Integer113 
Integer214 
Integer315 
Integer416 
Half117 
Half218 
Half319 
Half420 
See Also