Mount Fuji Engine  0.8b
MF_API void MFMaterial_RegisterMaterialType ( const char *  pName,
const MFMaterialCallbacks pCallbacks,
size_t  instanceDataSize 
)

Registers a new material type with the material system.

Parameters
pNameThe name of the new material type.
pCallbacksPointer to an MFMaterialCallbacks structure which defines a set of callbacks to interact with the material.
instanceDataSizeSize of the instance data allocation in bytes.
Returns
None.