IMTLDevice.CreateLibrary 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
CreateLibrary(String, MTLCompileOptions, Action<IMTLLibrary,NSError>) | |
CreateLibrary(String, MTLCompileOptions, NSError) | |
CreateLibrary(NSObject, NSError) | |
CreateLibrary(String, NSError) |
CreateLibrary(String, MTLCompileOptions, Action<IMTLLibrary,NSError>)
[Foundation.Export("newLibraryWithSource:options:completionHandler:")]
[Foundation.Preserve(Conditional=true)]
public void CreateLibrary (string source, Metal.MTLCompileOptions options, Action<Metal.IMTLLibrary,Foundation.NSError> completionHandler);
abstract member CreateLibrary : string * Metal.MTLCompileOptions * Action<Metal.IMTLLibrary, Foundation.NSError> -> unit
Parâmetros
- source
- String
- options
- MTLCompileOptions
- completionHandler
- Action<IMTLLibrary,NSError>
- Atributos
Aplica-se a
CreateLibrary(String, MTLCompileOptions, NSError)
[Foundation.Export("newLibraryWithSource:options:error:")]
[Foundation.Preserve(Conditional=true)]
public Metal.IMTLLibrary CreateLibrary (string source, Metal.MTLCompileOptions options, out Foundation.NSError error);
abstract member CreateLibrary : string * Metal.MTLCompileOptions * -> Metal.IMTLLibrary
Parâmetros
- source
- String
- options
- MTLCompileOptions
- error
- NSError
Retornos
- Atributos
Aplica-se a
CreateLibrary(NSObject, NSError)
[Foundation.Export("newLibraryWithData:error:")]
[Foundation.Preserve(Conditional=true)]
public Metal.IMTLLibrary CreateLibrary (Foundation.NSObject data, out Foundation.NSError error);
abstract member CreateLibrary : Foundation.NSObject * -> Metal.IMTLLibrary
Parâmetros
- data
- NSObject
- error
- NSError
Retornos
- Atributos
Aplica-se a
CreateLibrary(String, NSError)
[Foundation.Export("newLibraryWithFile:error:")]
[Foundation.Preserve(Conditional=true)]
public Metal.IMTLLibrary CreateLibrary (string filepath, out Foundation.NSError error);
abstract member CreateLibrary : string * -> Metal.IMTLLibrary
Parâmetros
- filepath
- String
- error
- NSError
Retornos
- Atributos