CreateGraphicsDevice()
Creates the main API object. Call this method only once in your application.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.AMD
- Assembly: UnityEngine.AMDModule
public static GraphicsDevice CreateGraphicsDevice()
Returns
Type | Description |
|---|---|
| GraphicsDevice | The Device API object to access AMD features. If you call this function again, the function returns the same device. |