C# Class Vector.Gpu.VertexElement

Vertex Element

Describes a Vertex Element within a Sequential Vertex Structure.

Exibir arquivo Open project: sinclairzx81/vector-cs Class Usage Examples

Public Methods

Method Description
VertexElement ( ElementBinding elementBinding, ElementType elementType, int typeCount, int stride, int ordinal ) : System

Method Details

VertexElement() public method

public VertexElement ( ElementBinding elementBinding, ElementType elementType, int typeCount, int stride, int ordinal ) : System
elementBinding ElementBinding
elementType ElementType
typeCount int
stride int
ordinal int
return System