Mount Fuji Engine  0.8b
MF_API MFTexture* MFTexture_Find ( const char *  pName)

Finds an existing instance of the specified texture and returns a pointer. If the texture is not found, NULL is returned.

Parameters
pNameName of texture to find.
Returns
A pointer to the texture if it is found, otherwise NULL is returned.
Remarks
Note that MFTexture_Find increments the textures reference count so you must release the reference when finished.
See Also
MFTexture_Create()