SCNRenderingApi Enum

Definition

Enumerates values that signify the Metal or OpenGLES2 APIs.

[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 = 
Inheritance
SCNRenderingApi
Attributes

Fields

Metal 0

Indicates that the Metal framework is used for rendering.

OpenGLCore32 2
OpenGLCore41 3
OpenGLES2 1

Indicates that the OpenGL ES 2.0 API is used for rendering.

OpenGLLegacy 1

Applies to