struct ArrayDescriptor
Defined in: C4GeometryLevel.h
The ArrayDescriptor structure contains information about a geometrical array.
Definition
struct ArrayDescriptor
Data Members
long identifier; |
The array identifier.
|
long elementCount; |
The number of elements in the array.
|
short elementSize; |
The size of each element in the array, in bytes.
|
short componentCount; |
The number of vector components used by each element in the array.
|
|