C# Class Vector.Gpu.VertexElement

Vertex Element

Describes a Vertex Element within a Sequential Vertex Structure.

Afficher le fichier Open project: sinclairzx81/vector-cs Class Usage Examples

Méthodes publiques

Méthode Description
VertexElement ( ElementBinding elementBinding, ElementType elementType, int typeCount, int stride, int ordinal ) : System

Method Details

VertexElement() public méthode

public VertexElement ( ElementBinding elementBinding, ElementType elementType, int typeCount, int stride, int ordinal ) : System
elementBinding ElementBinding
elementType ElementType
typeCount int
stride int
ordinal int
Résultat System