Share via


CIContext.Create Method

Definition

Overloads

Create(IMTLCommandQueue, NSDictionary<NSString,NSObject>)

[Foundation.Export("contextWithMTLCommandQueue:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create(Metal.IMTLCommandQueue commandQueue, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>? options);
[<Foundation.Export("contextWithMTLCommandQueue:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLCommandQueue * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> CoreImage.CIContext

Parameters

commandQueue
IMTLCommandQueue

Returns

Attributes

Applies to

Create(IMTLCommandQueue)

[Foundation.Export("contextWithMTLCommandQueue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create(Metal.IMTLCommandQueue commandQueue);
[<Foundation.Export("contextWithMTLCommandQueue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Metal.IMTLCommandQueue -> CoreImage.CIContext

Parameters

commandQueue
IMTLCommandQueue

Returns

Attributes

Applies to

Create()

Creates a new CIContext with default options.

[Foundation.Export("context")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreImage.CIContext Create();
[<Foundation.Export("context")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unit -> CoreImage.CIContext

Returns

Attributes

Applies to