Share via


SCNRenderer.FromDevice(IMTLDevice, NSDictionary) Method

Definition

[Foundation.Export("rendererWithDevice:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SceneKit.SCNRenderer FromDevice(Metal.IMTLDevice? device, Foundation.NSDictionary? options);
[<Foundation.Export("rendererWithDevice:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromDevice : Metal.IMTLDevice * Foundation.NSDictionary -> SceneKit.SCNRenderer

Parameters

device
IMTLDevice
options
NSDictionary

Returns

Attributes

Applies to