I'm using a scene where wireframes are shown and where I want to set the width of the used lines to 2.
When I search for this problem, I only stumble upon glLineWidth()-function which seems to belong to old OpenGL 1.x
So: how can I set the width of wireframe lines when OpenGL3 / GLSL 130 is used?