Mercurial > sdl-ios-xcode
comparison src/video/SDL_sysvideo.h @ 450:8a43e0cbf02f
Added SDL_GL_STEREO for stereoscopic OpenGL contexts
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 19 Aug 2002 17:58:08 +0000 |
parents | 706de3956894 |
children | a6fa62b1be09 |
comparison
equal
deleted
inserted
replaced
449:8a687496061f | 450:8a43e0cbf02f |
---|---|
293 int red_size; | 293 int red_size; |
294 int green_size; | 294 int green_size; |
295 int blue_size; | 295 int blue_size; |
296 int alpha_size; | 296 int alpha_size; |
297 int depth_size; | 297 int depth_size; |
298 int buffer_size; | 298 int buffer_size; |
299 int stencil_size; | 299 int stencil_size; |
300 int double_buffer; | 300 int double_buffer; |
301 int accum_red_size; | 301 int accum_red_size; |
302 int accum_green_size; | 302 int accum_green_size; |
303 int accum_blue_size; | 303 int accum_blue_size; |
304 int accum_alpha_size; | 304 int accum_alpha_size; |
305 int stereo; | |
305 int driver_loaded; | 306 int driver_loaded; |
306 char driver_path[256]; | 307 char driver_path[256]; |
307 void* dll_handle; | 308 void* dll_handle; |
308 } gl_config; | 309 } gl_config; |
309 | 310 |