Tech ENABLE_GLBEGIN_GLEND_REMOVAL - Layers editing profile's background texture rendering

This commit is contained in:
enricoturri1966 2022-01-27 15:45:55 +01:00
parent 8c807dbcc4
commit a939d8e4c0
4 changed files with 53 additions and 7 deletions
src/slic3r/GUI

View file

@ -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);