NSOpenGLContext(CC3) Category Reference
Declared in | CC3OSXExtensions.h |
Instance Methods
asSharedContext
Returns a GL context that shares GL content with this context.
- (CC3GLContext *)asSharedContext
Discussion
The returned context can be used wherever a separate GL context that shares common GL content with this is required. Typically, this method is used to retrieve a secondary GL context to be used for background loading on a different thread.
Declared In
CC3OSXExtensions.h