NSOpenGLPixelBuffer Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
NSOpenGLPixelBuffer() | |
NSOpenGLPixelBuffer(NSObjectFlag) | |
NSOpenGLPixelBuffer(IntPtr) | |
NSOpenGLPixelBuffer(NSGLTextureTarget, NSGLFormat, Int32, Int32, Int32) |
NSOpenGLPixelBuffer()
NSOpenGLPixelBuffer(NSObjectFlag)
protected NSOpenGLPixelBuffer (Foundation.NSObjectFlag t);
new AppKit.NSOpenGLPixelBuffer : Foundation.NSObjectFlag -> AppKit.NSOpenGLPixelBuffer
Параметры
Применяется к
NSOpenGLPixelBuffer(IntPtr)
protected internal NSOpenGLPixelBuffer (IntPtr handle);
new AppKit.NSOpenGLPixelBuffer : nativeint -> AppKit.NSOpenGLPixelBuffer
Параметры
- handle
-
IntPtr
nativeint
Применяется к
NSOpenGLPixelBuffer(NSGLTextureTarget, NSGLFormat, Int32, Int32, Int32)
[Foundation.Export("initWithTextureTarget:textureInternalFormat:textureMaxMipMapLevel:pixelsWide:pixelsHigh:")]
public NSOpenGLPixelBuffer (AppKit.NSGLTextureTarget targetGlEnum, AppKit.NSGLFormat format, int maxLevel, int pixelsWide, int pixelsHigh);
new AppKit.NSOpenGLPixelBuffer : AppKit.NSGLTextureTarget * AppKit.NSGLFormat * int * int * int -> AppKit.NSOpenGLPixelBuffer
Параметры
- targetGlEnum
- NSGLTextureTarget
- format
- NSGLFormat
- maxLevel
- Int32
- pixelsWide
- Int32
- pixelsHigh
- Int32
- Атрибуты