IndexElementSizeΒΆ

enum IndexElementSize : System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Defines size for index in T:Microsoft.Xna.Framework.Graphics.IndexBuffer and T:Microsoft.Xna.Framework.Graphics.DynamicIndexBuffer.

IndexElementSize SixteenBits

16-bit short/ushort value been used.

IndexElementSize ThirtyTwoBits

32-bit int/uint value been used.