RwSetTextureData(RwTexture *texture, void *data);
Description
Sets the textures user data pointer.
Arguments
texture Pointer to the texture.
data User data pointer.
Return Value
The argument texture if successful, and NULL otherwise.
See Also