Table of Contents

Enum IndexElementSize

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Defines size for index in IndexBuffer and DynamicIndexBuffer.

public enum IndexElementSize

Fields

SixteenBits = 0

16-bit short/ushort value been used.

ThirtyTwoBits = 1

32-bit int/uint value been used.