Enum WorkerFactory.Device
Supported device type
Namespace: Unity.Barracuda
Syntax
public enum Device : int
Fields
| Name | Description | Value |
|---|---|---|
| Auto | Auto |
|
| Compute | Alias for GPU |
|
| CPU | CPU |
|
| CSharp | Alias for CPU |
|
| GPU | GPU |
Supported device type
public enum Device : int
| Name | Description | Value |
|---|---|---|
| Auto | Auto |
|
| Compute | Alias for GPU |
|
| CPU | CPU |
|
| CSharp | Alias for CPU |
|
| GPU | GPU |