Contents

context

The OpenGL rendering context that SceneKit uses for rendering the scene.

Declaration

var context: UnsafeMutableRawPointer? { get }

Discussion

In macOS, the value of this property is a Core OpenGL cglContextObj object.

In iOS, the value of this property is an doc://com.apple.documentation/documentation/opengles/eaglcontext object.