CIKernel.FromFunction 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.
Overloads
FromFunction(String, NSData, NSError) | |
FromFunction(String, NSData, CIFormat, NSError) |
FromFunction(String, NSData, NSError)
[Foundation.Export("kernelWithFunctionName:fromMetalLibraryData:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIKernel FromFunction (string name, Foundation.NSData data, out Foundation.NSError error);
static member FromFunction : string * Foundation.NSData * -> CoreImage.CIKernel
Parameters
- name
- String
- data
- NSData
Returns
- Attributes
Applies to
FromFunction(String, NSData, CIFormat, NSError)
[Foundation.Export("kernelWithFunctionName:fromMetalLibraryData:outputPixelFormat:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIKernel FromFunction (string name, Foundation.NSData data, CoreImage.CIFormat format, out Foundation.NSError error);
static member FromFunction : string * Foundation.NSData * CoreImage.CIFormat * -> CoreImage.CIKernel
Parameters
- name
- String
- data
- NSData
- format
- CIFormat
Returns
- Attributes