AGLContext getContext()
Grab the AGLContext if it exists.
Class that encapsulates an GL context.
virtual void setCurrent()
See GLContext.
virtual void endCurrent()
This is called before another context is made current.
OSXCarbonContext(AGLContext aglContext, AGLPixelFormat pixelFormat)
Class that encapsulates an GL context.
virtual String getContextType()
Return value will be "AGL".
AGLPixelFormat mPixelFormat
virtual GLContext * clone() const
Create a new context based on the same window/pbuffer as this context - mostly useful for additional ...
virtual ~OSXCarbonContext()