device
The Metal device this renderer uses for rendering.
Declaration
var device: (any MTLDevice)? { get }Discussion
Use this property to create or look up other Metal resources that use the same device as your SceneKit renderer.
The Metal device this renderer uses for rendering.
var device: (any MTLDevice)? { get }Use this property to create or look up other Metal resources that use the same device as your SceneKit renderer.