VertexField class

VertexField class

Vertex’s field memory layout description.

The VertexField type exposes the following members:

Properties

PropertyDescription
data_typeData type of this field.
semanticThe usage semantic of this field.
aliasAlias annotated by attribute SemanticAttribute
indexIndex of this field in the vertex’s layout with same semantic.
offsetThe offset in bytes of this field.
sizeThe size in bytes of this field

Methods

MethodDescription
compare_toCompares this instance to a specified object and returns an indication of their relative values.

See Also