Homeworld icon indicating copy to clipboard operation
Homeworld copied to clipboard

Improve rendering performance

Open rbrune opened this issue 3 years ago • 0 comments

Rendering ships with MeshObjectRender() is still the performance bottleneck despite using buffers. The buffers are regenerated on every frame which is definitely far from ideal. Cache and reuse the buffers as much as possible.

rbrune avatar Sep 15 '21 20:09 rbrune