EAGLContext.IsMultiThreaded Property

Definition

Gets or sets a Boolean value that controls whether OpenGL ES uses other threads to perform work.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsMultiThreaded { [Foundation.Export("isMultiThreaded")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setMultiThreaded:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 1, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.IsMultiThreaded : bool with get, set

Property Value

Attributes

Applies to