Share via


SCNRenderingApi Enum

Definition

Enumerates values that signify the Metal or OpenGLES2 APIs.

[ObjCRuntime.Native]
public enum SCNRenderingApi
[<ObjCRuntime.Native>]
type SCNRenderingApi = 
Inheritance
SCNRenderingApi
Attributes

Fields

Name Value Description
Metal 0

Indicates that the Metal framework is used for rendering.

OpenGLES2 1

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

OpenGLLegacy 1
OpenGLCore32 2
OpenGLCore41 3

Applies to