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: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum VertexElementType
Members
  Member nameValueDescription
Float10Float 1.
Float21Float 2.
Float32Float 3.
Float43Float 4.
Short15alias to more specific color type - use the current rendersystem's color packing.
Short26Short 2.
Short37Short 3.
Short48Short 4.
UByte49Byte 4.
ColorARGB10D3D style compact color.
ColorABGR11GL style compact color.
Integer112
Integer213
Integer314
Integer415
Half116
Half217
Half318
Half419
See Also