CIKernel.FromProgramSingle(String) Method

Definition

Creates a new CIKernel from a list of named system kernel routines.

[Foundation.Export("kernelWithString:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIKernel FromProgramSingle (string coreImageShaderProgram);
[Foundation.Export("kernelWithString:")]
public static CoreImage.CIKernel FromProgramSingle (string coreImageShaderProgram);
static member FromProgramSingle : string -> CoreImage.CIKernel

Parameters

coreImageShaderProgram
String

Returns

Attributes

Applies to