MTLDevice.GetAllDevices 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.
Overloads
GetAllDevices() | |
GetAllDevices(NSObject, MTLDeviceNotificationHandler) |
GetAllDevices()
[ObjCRuntime.NoiOS]
[ObjCRuntime.NoTV]
[ObjCRuntime.NoWatch]
public static Metal.IMTLDevice[] GetAllDevices ();
static member GetAllDevices : unit -> Metal.IMTLDevice[]
Returns
- Attributes
Applies to
GetAllDevices(NSObject, MTLDeviceNotificationHandler)
[ObjCRuntime.NoiOS]
[ObjCRuntime.NoTV]
[ObjCRuntime.NoWatch]
public static Metal.IMTLDevice[] GetAllDevices (ref Foundation.NSObject observer, Metal.MTLDeviceNotificationHandler handler);
static member GetAllDevices : * Metal.MTLDeviceNotificationHandler -> Metal.IMTLDevice[]
Parameters
- observer
- NSObject
- handler
- MTLDeviceNotificationHandler
Returns
- Attributes