Skip to content

API Reference / @gtkx/gl / lineWidth

Function: lineWidth()

lineWidth(width): void

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

void glLineWidth(GLfloat width)

Provided by GL_VERSION_1_0. GLX render opcode 95.

Parameters

width

number

GLfloat, kind CheckedFloat32

Returns

void

Released under the MPL-2.0 License.