Can iOS Test packages do work in RHI thread?

I can confirm that,

  • with -rhithread (defaults to on) or r.Metal.IOSRHIThread=True, and a iOS Debug/Development package, I see RHI thread doing work in Insights.
  • with a iOS Test package, Insights shows RHI thread without doing work.

How do I really enable RHI thread for Test/Shipping iOS games?

Thanks!

Looks like PLATFORM_RHITHREAD_DEFAULT_BYPASS needs to be 0.

hello friend, do u find any problem with rhithread enabled in iOS? I’m also try to enable it.
thanks