diff options
Diffstat (limited to 'draw/wireframe.hpp')
-rw-r--r-- | draw/wireframe.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/draw/wireframe.hpp b/draw/wireframe.hpp index e0dd72cc..6d5249e1 100644 --- a/draw/wireframe.hpp +++ b/draw/wireframe.hpp @@ -24,6 +24,8 @@ concept traits = requires (const T& x) { GL::Texture2D make_constant_texture(); struct mesh_base { + static void set_line_width(float width); + protected: GL::Buffer _vertex_buffer{{}, GL::BufferUsage::DynamicDraw}, _constant_buffer, _index_buffer; GL::Texture2D* _texture; |