NSOpenGLContext Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSOpenGLContext(NSObjectFlag) | |
NSOpenGLContext(IntPtr) | |
NSOpenGLContext(NSOpenGLPixelFormat, NSOpenGLContext) |
NSOpenGLContext(NSObjectFlag)
protected NSOpenGLContext (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLContext : Foundation.NSObjectFlag -> AppKit.NSOpenGLContext
Параметры
Применяется к
NSOpenGLContext(IntPtr)
protected internal NSOpenGLContext (IntPtr handle);
new AppKit.NSOpenGLContext : nativeint -> AppKit.NSOpenGLContext
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSOpenGLContext(NSOpenGLPixelFormat, NSOpenGLContext)
[Foundation.Export("initWithFormat:shareContext:")]
public NSOpenGLContext (AppKit.NSOpenGLPixelFormat format, AppKit.NSOpenGLContext shareContext);
new AppKit.NSOpenGLContext : AppKit.NSOpenGLPixelFormat * AppKit.NSOpenGLContext -> AppKit.NSOpenGLContext
Параметры
- format
- NSOpenGLPixelFormat
- shareContext
- NSOpenGLContext
- Атрибуты