Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering
This commit is contained in:
parent
8c807dbcc4
commit
a939d8e4c0
4 changed files with 53 additions and 7 deletions
src/slic3r/GUI
|
@ -80,6 +80,7 @@ namespace GUI {
|
|||
ColorRGBA color{ ColorRGBA::BLACK() };
|
||||
|
||||
void add_vertex(const Vec2f& position);
|
||||
void add_vertex(const Vec2f& position, const Vec2f& tex_coord);
|
||||
void add_vertex(const Vec3f& position);
|
||||
void add_vertex(const Vec3f& position, const Vec3f& normal);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue