Click or drag to resize

VertexAttributeDataType Enumeration

Supported data types for vertex attributes

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum DataType
Members
  Member nameValueDescription
Byte5120 8-bit signed integer. Corresponds to C#'s sbyte type.
UnsignedByte5121 8-bit unsigned integer. Corresponds to C#'s byte type.
Short5122 16-bit signed integer. Corresponds to C#'s short type.
UnsignedShort5123 16-bit unsigned integer. Corresponds to C#'s ushort type.
Float5126 32-bit floating-point value. Corresponds to C#'s float type.
Fixed5132 Fixed type
See Also