Can you SDL_RenderCopy a texture to a different rendered than used in SDL_CreateTexture?

Can you SDL_RenderCopy a texture to a different rendered than used in SDL_CreateTexture? Example: Create a texture specifying the renderer in one window and use it also in another window.

1 Like