VertexFormat Constructor Delta Engine Documentation
Initializes a new instance of the VertexFormat class

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

public VertexFormat(
	VertexElement[] elements
)

Parameters

elements
Type:  DeltaEngine.Graphics.Vertices VertexElement 
See Also