|
|
Finds an existing instance of the specified texture and returns a pointer. If the texture is not found, NULL is returned. Note: The reference count is NOT incremented by MFTexture_FindTexture(). - Parameters:
-
| pName | Name of texture to find. |
- Returns:
- Returns a pointer to the texture if it is found, otherwise NULL is returned.
- Remarks:
- MFTexture_Create does NOT increase the reference count of the texture so it is not required to destroy any texture returned by MFTexture_FindTexture().
- See also:
- MFTexture_Create()
|