SCNRenderingApi 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Metal または OpenGLES2 API を示す値を列挙します。
[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 =
- 継承
-
SCNRenderingApi
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Metal | 0 | レンダリングに Metal フレームワークが使用されることを示します。 |
OpenGLES2 | 1 | OpenGL ES 2.0 API がレンダリングに使用されることを示します。 |
OpenGLLegacy | 1 | |
OpenGLCore32 | 2 | |
OpenGLCore41 | 3 |