Fixes of VBO rendering on Linux with wxWidgets & GTK

This commit is contained in:
bubnikv 2017-03-30 10:25:52 +02:00
parent b60ae4745f
commit 36416d77b8
3 changed files with 18 additions and 1 deletions

View file

@ -87,6 +87,7 @@
void render_VBOs() const;
void render_legacy() const;
void finalize_geometry(bool use_VBOs);
void release_geometry();
%{