Freigeben über


CIImage.FromMetalTexture Methode

Definition

Erstellt eine neue CIImage von texture, und wendet die in optionsangegebenen Erstellungsoptionen an.

[Foundation.Export("imageWithMTLTexture:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static CoreImage.CIImage FromMetalTexture (Metal.IMTLTexture texture, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> options);
static member FromMetalTexture : Metal.IMTLTexture * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> CoreImage.CIImage

Parameter

texture
IMTLTexture

Die Textur, die die Grundlage des CIImagebereitstellt.

options
NSDictionary<NSString,NSObject>

Ein Wörterbuch mit Zeichenfolgen für Objekte, das die Erstellungsoptionen enthält.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Gilt für: