glLineWidth method

void glLineWidth(
  1. double width
)

Implementation

void glLineWidth(double width) {
  gles.glLineWidth(gl, width);
}