Changeset 161 for trunk/src/gl/gl_device.cc
- Timestamp:
- 07/15/13 02:48:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_device.cc
r153 r161 44 44 SDL_GL_SetAttribute( SDL_GL_GREEN_SIZE, 8 ); 45 45 SDL_GL_SetAttribute( SDL_GL_BLUE_SIZE, 8 ); 46 SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 16);46 SDL_GL_SetAttribute( SDL_GL_DEPTH_SIZE, 24 ); 47 47 SDL_GL_SetAttribute( SDL_GL_DOUBLEBUFFER, 1 ); 48 49 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1 ); 50 SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 4 ); 51 48 52 } 49 53
Note: See TracChangeset
for help on using the changeset viewer.