次の方法で共有


MTKTextureLoader.FromCGImage メソッド

定義

オーバーロード

FromCGImage(CGImage, MTKTextureLoaderOptions, NSError)

指定したコア グラフィックスイメージとオプションから Metal テクスチャを作成して返します。

FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback)

指定した Core Graphics イメージとオプションから Metal テクスチャを作成して返し、完了時に完了ハンドラーを実行します。

FromCGImage(CGImage, MTKTextureLoaderOptions, NSError)

指定したコア グラフィックスイメージとオプションから Metal テクスチャを作成して返します。

public Metal.IMTLTexture FromCGImage (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options, out Foundation.NSError error);
member this.FromCGImage : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions *  -> Metal.IMTLTexture

パラメーター

cgImage
CGImage

コア グラフィックス イメージ。

options
MTKTextureLoaderOptions

テクスチャ データを読み込むオプション。

error
NSError

エラーが発生した場合は、エラーを格納します。

戻り値

適用対象

FromCGImage(CGImage, MTKTextureLoaderOptions, MTKTextureLoaderCallback)

指定した Core Graphics イメージとオプションから Metal テクスチャを作成して返し、完了時に完了ハンドラーを実行します。

public void FromCGImage (CoreGraphics.CGImage cgImage, MetalKit.MTKTextureLoaderOptions options, MetalKit.MTKTextureLoaderCallback completionHandler);
member this.FromCGImage : CoreGraphics.CGImage * MetalKit.MTKTextureLoaderOptions * MetalKit.MTKTextureLoaderCallback -> unit

パラメーター

cgImage
CGImage

コア グラフィックス イメージ。

options
MTKTextureLoaderOptions

テクスチャ データを読み込むオプション。

completionHandler
MTKTextureLoaderCallback

テクスチャが読み込まれた後に実行するハンドラー。

適用対象