The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
2 window, same content
kj192


Joined: 26 Jan 2014
Posts: 7
Hi Everyone,

I would like to know to is there any way to mirror the content from one window to another.
Like clone the SDL_RENDER before calling SDL_RenderPresent

or Do I have to make 2 different SDL_RENDER and when I open an image I have to do it twice like this:
IMG_LoadTexture(RENDER1,"filename")
IMG_LoadTexture(RENDER2,"filename")

Thanks. KJ