Context for openGL drawing
Copyright: (C) 2002 Free Software Foundation, Inc.
This class is simply a view with a NSOpenGLContext attached to it. This is the simplest way to initialize a GL context within GNUstep.
There is a mechanism to update the context when the view is moved or resize.
- Declared in:
- AppKit/NSOpenGLView.h
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
return a standard NSOpenGLPixelFormat you can pass to the initWithFrame: pixelFormat: method
detach from the current context. You should call it before releasing this object.
Description forthcoming.
default initializer. Can be passed [NSOpenGLContext defaultPixelFormat] as second argument
return the current gl context associated with this view
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.
Description forthcoming.