SCNRenderer.FromDevice(IMTLDevice, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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