RayTracingFeatureFlags
Specifies the ray tracing features that a target platform supports.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
[Flags]public enum RayTracingFeatureFlags
Remarks
Additional Resources: PlayerSettings.GetRayTracingFeaturesSupportForPlatform.
Fields
Value | Description |
|---|---|
| InlineRayTracing | Flag describing Inline Ray Tracing (Ray Queries) support status. |
| None | The target platform doesn't support any ray tracing features. |
| RayTracingShaders | Flag describing Ray Tracing Shaders (Ray Tracing Pipelines) support status. |