Mount Fuji Engine  0.8b
MF_API int MFTexture_Release ( MFTexture pTexture)

Release a reference to an MFTexture and destroy when the reference count reaches 0.

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