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