Currently Unity handle ray tracing geometry/instance flags by material setup internally, develop has no control over it.
For example transparent material will have D3D12_RAYTRACING_GEOMETRY_FLAG_NO_DUPLICATE_ANYHIT_INVOCATION, and opaque material won’t have it, however for some multi hit algorithm, that’s must have flag for all instances.
Upvote