supportsRayTracing
Checks if any ray tracing features are supported by the current system configuration. (Read Only)
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsRayTracing { get; }
Remarks
Ray tracing support depends on the following: operating system support, GPU, graphics drivers and graphics API.
Additional Resources: SystemInfo.supportsRayTracingShaders, SystemInfo.supportsInlineRayTracing.