Skip to content

API Reference / @gtkx/gl / pointSize

Function: pointSize()

pointSize(size): void

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

void glPointSize(GLfloat size)

Provided by GL_VERSION_1_0.

Parameters

size

number

GLfloat

Returns

void

See

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

Released under the MPL-2.0 License.