Version: 2023.1
언어: 한국어

SystemInfo.supportsRayTracingShaders

매뉴얼로 전환
public static bool supportsRayTracingShaders ;

설명

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.

See Also: RayTracingShader, SystemInfo.supportsRayTracing.