Hi Unity developers,
Currently, I notice the rendering layer mask changes to MeshRenderers in runtime cannot be reflected into closest-hit shaders. I suppose the acceleration structure need to be updated by these changes but there is not such API to do the update, leaving user to have to rebuild the instances for those renderers which seems unneccessary and less performant.
If more parameter changes could be updated directly by Update APIs rather than rebuild, it would be very helpful.