Get the user-specified pointer associated with a texture
Defined in SDL_render.h
void * SDL_GetTextureUserData(SDL_Texture * texture);
SDL_Texture * | texture | the texture to query. |
(void *) Return the pointer associated with the texture, or NULL if the texture is not valid.
This function is available since SDL 2.0.18.