Click or drag to resize

VertexAttributeType Enumeration

Specifies data types for vertex attributes.

Namespace:  Internal.SharpBgfx
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum VertexAttributeType
Members
  Member nameValueDescription
UInt80 One-byte unsigned integer.
UInt101 10-bit unsigned integer.
Int162 Two-byte signed integer.
Half3 Two-byte float.
Float4 Four-byte float.
See Also