VertexAttributeType Enumeration |
Namespace: Internal.SharpBgfx
public enum VertexAttributeType
Member name | Value | Description | |
---|---|---|---|
UInt8 | 0 | One-byte unsigned integer. | |
UInt10 | 1 | 10-bit unsigned integer. | |
Int16 | 2 | Two-byte signed integer. | |
Half | 3 | Two-byte float. | |
Float | 4 | Four-byte float. |