glLineWidth method

void glLineWidth(
  1. double width
)

Implementation

void glLineWidth(double width) {
  gl.lineWidth(width);
}