Hello, I need some advice. How many Triangles drawn under RHI for example Alyx would have? I want just to release it to PC VR. Must I stay around a Million? This cant is true because even Roborecall jumps up to 2 Million sometimes.
There isn’t any single answer to this. How many triangles you can draw depends on a lot of factors, like what renderer you are using and how complex your shaders are. The general minspec GPUs for PCVR are still high end devices though, and are often not limited by triangles in most cases. Usually you’ll be bound by fillrate long before that.
The important thing to do is to profile your app and see where all the time is spent. If you can, try getting a minspec machine to test on.