Mercurial > sdl-ios-xcode
comparison include/SDL_video.h @ 2747:47519ce71def
Added SDL_GL_RETAINED_BACKING attribute to SDL_GLattr
author | Holmes Futrell <hfutrell@umail.ucsb.edu> |
---|---|
date | Tue, 02 Sep 2008 20:27:47 +0000 |
parents | 12ea0fdc0df2 |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2746:722339a7a126 | 2747:47519ce71def |
---|---|
266 SDL_GL_ACCUM_BLUE_SIZE, | 266 SDL_GL_ACCUM_BLUE_SIZE, |
267 SDL_GL_ACCUM_ALPHA_SIZE, | 267 SDL_GL_ACCUM_ALPHA_SIZE, |
268 SDL_GL_STEREO, | 268 SDL_GL_STEREO, |
269 SDL_GL_MULTISAMPLEBUFFERS, | 269 SDL_GL_MULTISAMPLEBUFFERS, |
270 SDL_GL_MULTISAMPLESAMPLES, | 270 SDL_GL_MULTISAMPLESAMPLES, |
271 SDL_GL_ACCELERATED_VISUAL | 271 SDL_GL_ACCELERATED_VISUAL, |
272 SDL_GL_RETAINED_BACKING | |
272 } SDL_GLattr; | 273 } SDL_GLattr; |
273 | 274 |
274 | 275 |
275 /* Function prototypes */ | 276 /* Function prototypes */ |
276 | 277 |