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

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

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

Метод Описание
SetValuesForParameter ( Object vals, NSOpenGLContextParameter param ) : void

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

SetValuesForParameter ( int vals, NSOpenGLContextParameter param ) : void

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

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

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

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

public SetValuesForParameter ( Object vals, NSOpenGLContextParameter param ) : void
vals Object The new value (or values) for the parameter.
param NSOpenGLContextParameter The parameter you want to modify. For a list of parameters, see NSOpenGLContextParameter.
Результат void

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

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

public SetValuesForParameter ( int vals, NSOpenGLContextParameter param ) : void
vals int The new value (or values) for the parameter.
param NSOpenGLContextParameter The parameter you want to modify. For a list of parameters, see NSOpenGLContextParameter.
Результат void