Mount Fuji Engine  0.8b
MF_API MFEffect* MFEffect_Create ( const char *  pFilename)

Creates an effect from the filesystem.

Parameters
pFilenameName of the effect to create.
Returns
Pointer to an MFEffect structure representing the newly created effect.
Remarks
If the specified effect has already been created, MFEffect_Create will return a new reference to the already created effect.
See Also
MFTexture_Release()