共用方式為


MTKTextureLoader.FromCGImageAsync(CGImage, MTKTextureLoaderOptions) 方法

定義

以非同步方式從指定的核心圖形影像和選項建立金屬紋理,並傳回提供結果影像的工作。

public System.Threading.Tasks.Task<Metal.IMTLTexture> FromCGImageAsync (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options);
member this.FromCGImageAsync : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions -> System.Threading.Tasks.Task<Metal.IMTLTexture>

參數

cgImage
CGImage

核心圖形影像。

options
MTKTextureLoaderOptions

載入紋理資料的選項。

傳回

適用於