Afterglow.Graphics.SlimDX.ApiExamples.QuadWithVertexAndIndexBuffer.CreateIndices C# (CSharp) Метод

CreateIndices() приватный статический Метод

private static CreateIndices ( ) : uint[]
Результат uint[]
        private static uint[] CreateIndices()
        {
            return new uint[] { 0, 1, 3, 0, 3, 2 };
        }
QuadWithVertexAndIndexBuffer