Enum UnifiedRayTracingError
Represents errors that can occur during UnifiedRayTracing calls.
Namespace: UnityEngine.Rendering.UnifiedRayTracing
Assembly: Unity.UnifiedRayTracing.Runtime.dll
Syntax
public enum UnifiedRayTracingError
Fields
| Name | Description |
|---|---|
| GraphicsBufferAllocationFailed | Graphics Buffer allocation failed. It happens usually when the GPU runs out of memory. You can try to reduce your mesh data or your number of instances. |
| Unknown | Unknown error. |