VertexPosition2DColor StructureDelta Engine Documentation
Simplest vertex format with just 2D positions and vertex colors (8 + 4 bytes). View code on GitHub

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

public struct VertexPosition2DColor : Lerp<VertexPosition2DColor>, 
	Lerp, Vertex

The VertexPosition2DColor type exposes the following members.

Constructors

  NameDescription
Public methodVertexPosition2DColor
Initializes a new instance of the VertexPosition2DColor class
Top
Methods

  NameDescription
Public methodLerp
Top
Fields

  NameDescription
Public fieldColor
Public fieldPosition
Public fieldStatic memberSizeInBytes
Top
Properties

  NameDescription
Public propertyFormat
Top
See Also