RwGetMaterialTexture(RwMaterial *material);
Description
Retrieves the materials texture.
Arguments
material Pointer to the material.
Return Value
A pointer to the materials texture if successful, and NULL if there is no texture associated with the material or if there is an error. Errors can be checked for using RwGetError().
See Also