Mount Fuji Engine  0.8b
MF_API int MFEffect_Release ( MFEffect pEffect)

Release a reference to an MFEffect. If the reference count reaches 0, the effect is destroyed.

Parameters
pEffectEffect instance to be destroyed.
Returns
The new reference count of the effect. If the returned reference count is 0, the effect is destroyed.
See Also
MFTexture_Create()