0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-14 00:48:42 +00:00
termux-packages/packages/openscad/src-NULLGL.cc.patch
2023-11-19 13:43:35 +02:00

16 lines
949 B
Diff

+++ a/src/NULLGL.cc
@@ -23,10 +23,11 @@
assert(false && "not implemented");
return BoundingBox();
}
-void ThrownTogetherRenderer::renderCSGProducts(const CSGProducts &products, bool highlight_mode, bool background_mode, bool showedges,
+void ThrownTogetherRenderer::renderCSGProducts(const CSGProducts &products, const GLView::shaderinfo_t *, bool highlight_mode, bool background_mode, bool showedges,
bool fberror) const {}
-void ThrownTogetherRenderer::renderChainObject(const class CSGChainObject &csgobj, bool highlight_mode,
+void ThrownTogetherRenderer::renderChainObject(const class CSGChainObject &csgobj, const GLView::shaderinfo_t *, bool highlight_mode,
bool background_mode, bool showedges, bool fberror, OpenSCADOperator type) const {}
+void ThrownTogetherRenderer::draw_with_shader(const GLView::shaderinfo_t *shaderinfo, bool showedges) const {}
#include "CGALRenderer.h"