Re: OpenGL Troubles
Re: OpenGL Troubles
- Subject: Re: OpenGL Troubles
- From: Keith Bauer <email@hidden>
- Date: Mon, 24 Feb 2003 22:58:19 +1300
pixelFormat = [[NSOpenGLPixelFormat alloc]
initWithAttributes:attributes];
[...]
But I get an "invalid drawable" message!
This is almost certainly related to the attributes you're using to
create your pixel format. If you want a diagnosis, posting them would
help.
I'd also suggest the mac-opengl list as a better venue for such
discussion.
-Keith
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.