| Home 目次>ApplicationKit>NSOpenGLContext | |
currentContext
現在のコンテキストを返します
+(NSOpenGLContext *) currentContext
【返り値】 | |
| NSOpenGLContext * | OpenGLコンテキスト |
【解説】
現在のコンテキストを返します。なければnilを返します。
【例文】
NSOpenGLContext *glCon = [[NSOpenGLContext alloc] initWithFormat:pixFmt shareContext:[NSOpenGLContext currentContext]];
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSOpenGLContext | 修正日2006.12.26 |