Variable Rasterizer.lineWidth

struct Rasterizer
{
  // ...
  float lineWidth = 1.0F;
  // ...
}