I just moved on to SDL2 from SDL 1.2 and I see that they have a SDL_Texture
struct. Whats the difference between using SDL_Surface
and SDL_BlitSurface()
and using an SDL_Texture
and SDL_Renderer()
.
Asked
Active
Viewed 67 times
1

Iharob Al Asimi
- 52,653
- 6
- 59
- 97

Alden Bernitt
- 119
- 1
- 1
- 7
-
Did you check for any notes on the documentation? – Iharob Al Asimi Oct 02 '16 at 13:52