VertexFormatTests VertexPosition3DNormalUVSizeInBytes 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 VertexPosition3DNormalUVSizeInBytes()
Examples

[Test]
public void VertexPosition3DNormalUVSizeInBytes()
{
    Assert.AreEqual(32, VertexPosition3DNormalUV.SizeInBytes);
}
See Also