Afterglow.Graphics.SlimDX.ApiExamples.QuadWithVertexAndIndexBuffer.CreateIndices C# (CSharp) Method

CreateIndices() private static method

private static CreateIndices ( ) : uint[]
return uint[]
        private static uint[] CreateIndices()
        {
            return new uint[] { 0, 1, 3, 0, 3, 2 };
        }
QuadWithVertexAndIndexBuffer