Skip to content

API Reference / @gtkx/gl / lineWidth

Function: lineWidth()

lineWidth(width): void

Defined in: generated/commands.d.ts:3331

void glLineWidth(GLfloat width)

Provided by GL_VERSION_1_0.

Parameters

width

number

GLfloat

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glLineWidth.xhtml

Released under the MPL-2.0 License.