Поделиться через


NSOpenGLPixelBuffer Конструкторы

Определение

Перегрузки

NSOpenGLPixelBuffer()
NSOpenGLPixelBuffer(NSObjectFlag)
NSOpenGLPixelBuffer(IntPtr)
NSOpenGLPixelBuffer(NSGLTextureTarget, NSGLFormat, Int32, Int32, Int32)

NSOpenGLPixelBuffer()

[Foundation.Export("init")]
public 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
Атрибуты

Применяется к