SCNRenderingApi É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 valeurs qui signifient les API Metal ou OpenGLES2.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNRenderingApi
type SCNRenderingApi =
- Héritage
-
SCNRenderingApi
- Attributs
Champs
Nom | Valeur | Description |
---|---|---|
Metal | 0 | Indique que l’infrastructure Metal est utilisée pour le rendu. |
OpenGLES2 | 1 | Indique que l’API OpenGL ES 2.0 est utilisée pour le rendu. |
OpenGLLegacy | 1 | |
OpenGLCore32 | 2 | |
OpenGLCore41 | 3 |