There appears to be a 2GB limit per Vertex Buffer object, and as soon as it’s reached no primitives belonging to this VB are being rendered. Running stat rhi still shows correct number of primitives drawn, draw calls, VRAM usage of VB and IB, etc. but nothing is actually visible.
This is reproducible even if the VB is not fully populated with the usable data. If you, for example, allocate 100MB to the VB, then populate the whole 100MB of it with data, it renders just fine. But if you then change the allocation size to above 2GB, leaving everything else intact, you get nothing rendered.
Am I missing something?
EDIT:
Correction: they all render without material (pure black), cramped on top of each other at [0,0,0], even tho, stat rhi doesn’t report them as such, judging by the numbers it shows.
The plane at the bottom is just few polys, used purely as orientation reference