You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could potentially reduce vertex workload by 1/3 via the post-transform cache by supplying a simple static index buffer for a chunk's worth of faces. The index buffer is the same for all chunks because each chunk is a series of quads.
Best to pursue this after establishing a rendering benchmark, so any actual performance impact can be measured.
The text was updated successfully, but these errors were encountered:
We could potentially reduce vertex workload by 1/3 via the post-transform cache by supplying a simple static index buffer for a chunk's worth of faces. The index buffer is the same for all chunks because each chunk is a series of quads.
Best to pursue this after establishing a rendering benchmark, so any actual performance impact can be measured.
The text was updated successfully, but these errors were encountered: