RwGetTextureData(RwTexture *texture);
Description
Retrieves the textures user data pointer.
Arguments
texture Pointer to the texture.
Return Value
The user data pointer. NULL is returned if there is an error or if the user data pointer is NULL. Errors can be checked for using RwGetError().
See Also