CircularBufferTests ForceLimitMaxNumberOfIndicesIfUsingTooMany Method Delta Engine Documentation

Namespace: DeltaEngine.Graphics.Tests
Assembly: DeltaEngine.Graphics.Tests (in DeltaEngine.Graphics.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void ForceLimitMaxNumberOfIndicesIfUsingTooMany()
Examples

[Test]
public void ForceLimitMaxNumberOfIndicesIfUsingTooMany()
{
    buffer2D.Add(null, new VertexPosition2DUV[1], new short[1], 1,
        CircularBuffer.TotalMaximumVerticesLimit);
}
See Also