SystemInfo.supportsRayTracingShaders

public static bool supportsRayTracingShaders;

Description

Checks if ray tracing shaders are supported by the current system configuration. (Read Only)

Ray tracing support depends on the following: operating system support, GPU, graphics drivers and graphics API.

In DirectX 12 (DX12), this property corresponds to DirectX Raytracing (DXR) Tier 1.0 support which adds support for the following shader types: ray generation, miss, closest hit, any hit, intersection and callable shader.

Additional resources: RayTracingShader, SystemInfo.supportsRayTracing.


Did you find this page useful? Please give it a rating: