Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

RayTracingSubMeshFlags.UniqueAnyHitCalls

Description

Enable this flag to guarantee that the GPU only invokes the any hit shader once for each ray-triangle pair.

The flag can enable robust transparent shadows implementation for example.