DEBSOURCES
Skip Quicknav
sources / monogame / 2.5.1%2Bdfsg-3 / MonoGame.Framework / Graphics / Vertices / IndexElementSize.cs
1234567891011
using System; namespace Microsoft.Xna.Framework.Graphics { public enum IndexElementSize { SixteenBits, ThirtyTwoBits } }