Method | Description | |
---|---|---|
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.
|
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. |
return | void |
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. |
return | void |