MTLResourceUsage Énumération
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.
Énumère les modèles d’utilisation des ressources.
Cette énumération prend en charge une combinaison au niveau du bit de ses valeurs membres.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum MTLResourceUsage
type MTLResourceUsage =
- Héritage
-
MTLResourceUsage
- Attributs
Champs
Read | 1 | Indique les opérations de lecture. |
Sample | 4 | Indique les opérations d’échantillonnage. |
Write | 2 | Indiquer les opérations d’écriture. |