C# Класс Monobjc.AppKit.NSOpenGLPixelFormat

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NSOpenGLPixelFormat ( NSOpenGLPixelFormatAttribute attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

NSOpenGLPixelFormat ( Object attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

NSOpenGLPixelFormat ( uint attribs ) : Monobjc

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

Описание методов

NSOpenGLPixelFormat() публичный Метод

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( NSOpenGLPixelFormatAttribute attribs ) : Monobjc
attribs NSOpenGLPixelFormatAttribute
Результат Monobjc

NSOpenGLPixelFormat() публичный Метод

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( Object attribs ) : Monobjc
attribs Object
Результат Monobjc

NSOpenGLPixelFormat() публичный Метод

Returns an NSOpenGLPixelFormat object initialized with specified pixel format attributes.

Original signature is '- (id)initWithAttributes:(const NSOpenGLPixelFormatAttribute *)attribs'

Available in Mac OS X v10.0 and later.

public NSOpenGLPixelFormat ( uint attribs ) : Monobjc
attribs uint
Результат Monobjc