filename | src/drivers/video_nsgl.m |
changeset | 1134:f502f3d32f90 |
prev | 1076:18c164e8aec4 |
next | 1159:580436b01b6c |
author | nkeynes |
date | Fri Oct 22 20:55:32 2010 +1000 (12 years ago) |
permissions | -rw-r--r-- |
last change | Dump more information with --gl-info, and print it a little more nicely |
file | annotate | diff | log | raw |
1.1 --- a/src/drivers/video_nsgl.m Mon Aug 03 08:41:11 2009 +10001.2 +++ b/src/drivers/video_nsgl.m Fri Oct 22 20:55:32 2010 +10001.3 @@ -41,6 +41,7 @@1.4 [nsgl_context makeCurrentContext];1.5 [pool release];1.6 driver->swap_buffers = video_nsgl_swap_buffers;1.7 + driver->capabilities.has_gl = TRUE;1.8 if( gl_fbo_is_supported() ) {1.9 gl_fbo_init(driver);1.10 } else {
.