RwSetMaterialTexture(RwMaterial *material, RwTexture *texture);
Description
Sets the materials texture.
Arguments
material Pointer to the material.
texture Pointer to the texture.
Return Value
The argument material if successful, and NULL otherwise.
Comments
NULL may be passed as the second argument to remove the materials texture.
See Also