Mount Fuji Engine  0.8b
MF_API MFMaterial* MFMaterial_Find ( const char *  pName)

Finds a material instance.

Parameters
pNameName of the material to find.
Returns
A pointer to the material. If the material was not found, NULL is returned.
Remarks
Note that MFMaterial_Find increments the materials reference count so you must release the reference when finished.