Click or drag to resize

VertexAttributeType Enumeration

Specifies data types for vertex attributes.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public enum VertexAttributeType
Members
Member nameValueDescription
Int80 One-byte integer.
UInt81 One-byte unsigned integer.
UInt102 10-bit unsigned integer.
Int163 Two-byte signed integer.
UInt164 Two-byte unsigned integer.
Half5 Two-byte float.
Float6 Four-byte float.
See Also