| View previous topic :: View next topic |
| Author |
Message |
saulotmalo2
Joined: 10 Sep 2007 Posts: 43
|
Posted: Fri Sep 21, 2007 12:51 am Post subject: Where does SDL store the images? |
|
|
It is a short question I've been looking arround and I've seen too many anwers and diferent answers. Does the SDL store the images on RAM or in VRAM?
I was thinking it was storing them on RAM and when bliting to screen in VRAM.
thaks for answers |
|
| Back to top |
|
 |
bulb
Joined: 19 Jan 2006 Posts: 50
|
Posted: Fri Sep 21, 2007 1:28 am Post subject: |
|
|
I believe it depends whether you set SDL_SWSURFACE or SDL_HWSURFACE in SDL_SetVideoMode().
You can always check the sources to be 100% sure. :) |
|
| Back to top |
|
 |
|