X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fview.h;h=ec5e97f9a66191cae7f15b7260ebf9c5dec42d80;hp=5e30ef7f97aa8e7ba12ec64f24fff7b1fcf50183;hb=4166b2c124b0bc652e9f8e5245488cdd2b86ebf0;hpb=2db1211c9a24a0cd22da1d3ddcddf564f814fc0a diff --git a/src/view.h b/src/view.h index 5e30ef7..ec5e97f 100644 --- a/src/view.h +++ b/src/view.h @@ -51,7 +51,7 @@ namespace IPDF }; void PrepareRender(); // call when m_render_dirty is true - void UpdateObjBoundsVBO(); // call when m_buffer_dirty is true + void UpdateObjBoundsVBO(unsigned first_obj, unsigned last_obj); // call when m_buffer_dirty is true void RenderRange(int width, int height, unsigned first_obj, unsigned last_obj);