NSOpenGLContext.CopyAttributes(NSOpenGLContext, UInt32) Method

Definition

[Foundation.Export("copyAttributesFromContext:withMask:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CopyAttributes (AppKit.NSOpenGLContext context, uint mask);
abstract member CopyAttributes : AppKit.NSOpenGLContext * uint32 -> unit
override this.CopyAttributes : AppKit.NSOpenGLContext * uint32 -> unit

Parameters

context
NSOpenGLContext
mask
UInt32
Attributes

Applies to