Is this something particular with linux or do I need to set something up differently?

I am trying to use the NSOpenGLView class, however, when I try and initialize with:


- (id) initWithFrame: (NSRect) frame {
return self = [super initWithFrame:frame pixelFormat: [NSOpenGLView defaultPixelFormat]];
}

I get an error:


[NSOpenGLPixelFormat +_classPixelFormat] Backend doesn't have any glPixelFormatClass


Would this come from not setting the backend up correctly?

-todd



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to