C4 Engine
C4 Engine API Documentation

struct ArrayDescriptor

Defined in:  C4Mesh.h
The ArrayDescriptor structure contains information about a geometrical array.
Definition

struct ArrayDescriptor

Data Members
int32       identifier; The array identifier.
int32       elementCount; The number of elements in the array.
int16       elementSize; The size of each element in the array, in bytes.
int16       componentCount; The number of vector components used by each element in the array.