CIKernel.FromProgramMultiple(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an array of new CIKernel from a list of named system kernel routines.
[Foundation.Export("kernelsWithString:")]
[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[] FromProgramMultiple (string coreImageShaderProgram);
[Foundation.Export("kernelsWithString:")]
public static CoreImage.CIKernel[] FromProgramMultiple (string coreImageShaderProgram);
static member FromProgramMultiple : string -> CoreImage.CIKernel[]
Parameters
- coreImageShaderProgram
- String
Returns
CIKernel[]
- Attributes