MTKTextureLoader.FromTexture Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
FromTexture(MDLTexture, MTKTextureLoaderOptions, MTKTextureLoaderCallback) |
Cria uma nova textura metal do especificado |
FromTexture(MDLTexture, MTKTextureLoaderOptions, NSError) |
Cria uma nova textura metal do especificado |
FromTexture(MDLTexture, NSDictionary, NSError) |
Cria uma nova textura metal do especificado |
FromTexture(MDLTexture, NSDictionary, MTKTextureLoaderCallback) |
Cria uma nova textura metal do especificado |
FromTexture(MDLTexture, MTKTextureLoaderOptions, MTKTextureLoaderCallback)
Cria uma nova textura metal do especificado texture
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public void FromTexture (ModelIO.MDLTexture texture, MetalKit.MTKTextureLoaderOptions options, MetalKit.MTKTextureLoaderCallback completionHandler);
member this.FromTexture : ModelIO.MDLTexture * MetalKit.MTKTextureLoaderOptions * MetalKit.MTKTextureLoaderCallback -> unit
Parâmetros
- texture
- MDLTexture
A textura a ser carregada.
- options
- MTKTextureLoaderOptions
Opções para carregar os dados de textura.
- completionHandler
- MTKTextureLoaderCallback
Um manipulador a ser executado depois que a textura é carregada.
- Atributos
Aplica-se a
FromTexture(MDLTexture, MTKTextureLoaderOptions, NSError)
Cria uma nova textura metal do especificado texture
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public Metal.IMTLTexture FromTexture (ModelIO.MDLTexture texture, MetalKit.MTKTextureLoaderOptions options, out Foundation.NSError error);
member this.FromTexture : ModelIO.MDLTexture * MetalKit.MTKTextureLoaderOptions * -> Metal.IMTLTexture
Parâmetros
- texture
- MDLTexture
A textura a ser carregada.
- options
- MTKTextureLoaderOptions
Opções para carregar os dados de textura.
- error
- NSError
Contém o erro, se ocorreu um.
Retornos
- Atributos
Aplica-se a
FromTexture(MDLTexture, NSDictionary, NSError)
Cria uma nova textura metal do especificado texture
.
[Foundation.Export("newTextureWithMDLTexture:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual Metal.IMTLTexture FromTexture (ModelIO.MDLTexture texture, Foundation.NSDictionary options, out Foundation.NSError error);
abstract member FromTexture : ModelIO.MDLTexture * Foundation.NSDictionary * -> Metal.IMTLTexture
override this.FromTexture : ModelIO.MDLTexture * Foundation.NSDictionary * -> Metal.IMTLTexture
Parâmetros
- texture
- MDLTexture
A textura a ser carregada.
- error
- NSError
Contém o erro, se ocorreu um.
Retornos
- Atributos
Aplica-se a
FromTexture(MDLTexture, NSDictionary, MTKTextureLoaderCallback)
Cria uma nova textura metal do especificado texture
.
[Foundation.Export("newTextureWithMDLTexture:options:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void FromTexture (ModelIO.MDLTexture texture, Foundation.NSDictionary options, MetalKit.MTKTextureLoaderCallback completionHandler);
abstract member FromTexture : ModelIO.MDLTexture * Foundation.NSDictionary * MetalKit.MTKTextureLoaderCallback -> unit
override this.FromTexture : ModelIO.MDLTexture * Foundation.NSDictionary * MetalKit.MTKTextureLoaderCallback -> unit
Parâmetros
- texture
- MDLTexture
A textura a ser carregada.
- completionHandler
- MTKTextureLoaderCallback
Um manipulador a ser executado depois que a textura é carregada.
- Atributos