Enum WorkerFactory.Type
Backend type
Namespace: Unity.Barracuda
Syntax
public enum Type : int
Fields
| Name | Description | Value |
|---|---|---|
| Auto | Auto |
|
| Compute | Fast Compute implementation |
|
| ComputePrecompiled | Compute Precompiled, least CPU overhead when scheduling |
|
| ComputeRef | Reference Compute implementation, very slow |
|
| CSharp | Fast C# implementation when Burst is not available |
|
| CSharpBurst | Unity Burst implementation, fastest CPU option |
|
| CSharpRef | Reference C# implementation, very very slow |