IMTLDevice.CreateLibrary Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- source
- String
- options
- MTLCompileOptions
- completionHandler
- Action<IMTLLibrary,NSError>
- Attributs
S’applique à
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
Paramètres
- source
- String
- options
- MTLCompileOptions
- error
- NSError
Retours
- Attributs
S’applique à
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
Paramètres
- data
- NSObject
- error
- NSError
Retours
- Attributs
S’applique à
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
Paramètres
- filepath
- String
- error
- NSError
Retours
- Attributs