Click or drag to resize

glIndexType Enumeration

Supported types of indices

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum IndexType
Members
  Member nameValueDescription
UnsignedByte5121 8-bit unsigned integer. Corresponds to C#'s byte type.
UnsingedShort5123 16-bit unsigned integer. Corresponds to C#'s ushort type.
See Also