Mount Fuji Engine  0.8b
MF_API MFVertexDeclaration* MFVertex_CreateVertexDeclaration ( const MFVertexElement pElementArray,
int  elementCount 
)

Creates a vertex declaration which represents the format of vertex data.

Parameters
pElementArrayPointer to an array of vertex element descriptions.
elementCountNumber of vertex elements in the array.
Returns
An MFVertexDeclaration representing the specified vertex format.